For starting the camera I am doing
>>> import picamera
>>> camera = picamera.PiCamera()
mmal: mmal_vc_component_enable: failed to enable compononent : ENOSPC
Traceback (most recent call last):
File "<stdin>", line, in <module>
...
...
picamera.exc.PiCameraMMALError: Camera component couldn't be enabled: Out of resources (other than memory)
I checked lot of answers which told to update the package and I did that but nothing seems to help. IS my camera gone or is there some solution?
sudo raspi-config
– Coderaemon Jan 14 '15 at 10:07raspistill
? If that is not working, maybe you should consult the camera trouble shouting guide: http://www.raspberrypi.org/documentation/troubleshooting/hardware/camera.md – Werner Kvalem Vesterås Jan 14 '15 at 10:50ENOSPC
error). So if raspistill doesn't work either, tryraspi-config
again and reboot. I believe that it didn't complete properly the first time WRT some stuff in/boot/config.txt
. If that works, please add it as an answer to your own question :) – goldilocks Jan 14 '15 at 13:27