I've been following the guide on using the Camera with Wolfram Mathematica document http://community.wolfram.com/groups/-/m/t/166778. I am using a model B with NOOBS v1.3.3. The camera board works fine with raspistill -v -o test.jpg, but using DeviceRead["RaspiCam"] mathematica halts, and the Red LED on the Camera comes on like it is waiting. After this condition the camera needs the pi to be rebooted for it to work correctly again. For example:-
pi@raspberrypi ~ $ raspistill -v -o test.jpg
raspistill Camera App v1.3.6
Width 2592, Height 1944, quality 85, filename test.jpg
Time delay 5000, Raw no
Thumbnail enabled Yes, width 64, height 48, quality 35
Link to latest frame enabled no
Full resolution preview No
Capture method : Single capture
Preview Yes, Full screen Yes
Preview window 0,0,1024,768
Opacity 255
Sharpness 0, Contrast 0, Brightness 50
Saturation 0, ISO 0, Video Stabilisation No, Exposure compensation 0
Exposure Mode 'auto', AWB Mode 'auto', Image Effect 'none'
Metering Mode 'average', Colour Effect Enabled No with U = 128, V = 128
Rotation 0, hflip No, vflip No
ROI x 0.000000, y 0.000000, w 1.000000 h 1.000000
mmal: mmal_vc_component_enable: failed to enable component: ENOSPC
mmal: camera component couldn't be enabled
mmal: main: Failed to create camera component
mmal: Failed to run camera app. Please check for firmware updates
Has anybody else experienced this, and how can it be fixed ? Is it due to the new camera driver in NOOBS V1.3.3 ?
