Advertisement
anta40

picam

Aug 27th, 2015
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. pi@raspberrypi ~ $ python picam.py
  2. mmal: mmal_vc_component_create: failed to create component 'vc.ril.camera' (1:ENOMEM)
  3. mmal: mmal_component_create_core: could not create component 'vc.ril.camera' (1)
  4. mmal: Failed to create camera component
  5. mmal: main: Failed to create camera component
  6. mmal: Camera is not detected. Please check carefully the camera module is installed correctly
  7.  
  8. Traceback (most recent call last):
  9. File "picam.py", line 109, in <module>
  10. image1, buffer1 = captureTestImage(cameraSettings, testWidth, testHeight)
  11. File "picam.py", line 77, in captureTestImage
  12. imageData.write(subprocess.check_output(command, shell=True))
  13. File "/usr/lib/python2.7/subprocess.py", line 544, in check_output
  14. raise CalledProcessError(retcode, cmd, output=output)
  15. subprocess.CalledProcessError: Command 'raspistill -w 100 -h 75 -t 200 -e bmp -n -o -' returned non-zero exit status 70
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement