this is what i've done
- install fswebcam
install fswebcam package using command :
- usage
enter the command below to capture the image:
reference source :
- https://www.raspberrypi.org/documentation/usage/webcams/
- https://www.raspberrypi.org/forums/viewtopic.php?f=45&t=60076
- install fswebcam
install fswebcam package using command :
sudo apt-get install fswebcam
- usage
enter the command below to capture the image:
fswebcam -p YUYV -d /dev/video0 -r 640x480 /home/pi/image.jpg
reference source :
- https://www.raspberrypi.org/documentation/usage/webcams/
- https://www.raspberrypi.org/forums/viewtopic.php?f=45&t=60076