gbond
Posts: 2
Joined: Fri Mar 09, 2018 4:46 pm

after firmware updatecamera nolonger works

Fri Mar 09, 2018 4:50 pm

I did this sudo rpi-update
now camera don't work how do I fix

Width 3280, Height 2464, 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'
Flicker Avoid Mode 'off'
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

User avatar
scruss
Posts: 3256
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON
Contact: Website

Re: after firmware updatecamera nolonger works

Fri Mar 09, 2018 6:46 pm

From the Updating the kernel page, the suggested approach is:

Code: Select all

sudo apt-get install --reinstall raspberrypi-bootloader raspberrypi-kernel
Running rpi-update is no longer recommended.
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

Heater
Posts: 16092
Joined: Tue Jul 17, 2012 3:02 pm

Re: after firmware updatecamera nolonger works

Fri Mar 09, 2018 6:47 pm

You have a ENOSPC error there. "No space on device".

What is the output of df -h ?

What program are you actually running there?
Memory in C++ is a leaky abstraction .

User avatar
rpdom
Posts: 17275
Joined: Sun May 06, 2012 5:17 am
Location: Chelmsford, Essex, UK

Re: after firmware updatecamera nolonger works

Fri Mar 09, 2018 8:03 pm

ENOSPC when related to the camera sometimes means insufficient memory allocated to the GPU. Check the memory split with vcgencmd get_mem gpu

Return to “General discussion”