Raspberry Pi with Logitech C170 -
i'm trying connect webcam logitech c170 raspberry pi board , use raspistill command. somehow not work. i'm getting following error.
pi@raspberrypi ~/mjpg-streamer-code-182/mjpg-streamer $ raspistill -w 640 -h 480 -q 5 -o /tmp/stream/pic.jpg -tl 100 -t 9999999 -th 0:0:0 & [1] 2390 pi@raspberrypi ~/mjpg-streamer-code-182/mjpg-streamer $ mmal: mmal_vc_component_create: failed create component 'vc.ril.camera' (1:enomem) mmal: mmal_component_create_core: not create component 'vc.ril.camera' (1) mmal: failed create camera component mmal: main: failed create camera component mmal: camera not detected. please check camera module installed correctly
i've tried updating rpi, updating , upgrading apt-get, enabled camera option in raspi-config. nothing seems work. please help.
the raspistill command used raspberry pi camera module. webcams, use fswebcam - https://www.raspberrypi.org/documentation/usage/webcams/ useful reference. trying use mjpg-streamer? if raspistill not - capture still image , save pi. use mjpg-streamer command - see http://www.justrobots.net/?p=97 more details.
Comments
Post a Comment