개발생활/Raspberry pi (Rpi)
Raspberry pi 3 UVC camera (USB webcam )
한국인맛집
2019. 1. 21. 14:12
반응형
How to use USB webcam in Raspberry pi 3?
// Install the usb UVC package
$ sudo apt-get install fswebcam- Usage webcam
// Terminal Capture a picture
$ fswebcam image.jpg
// Fixed Size Change & no banner
$ fswebcam 500x500 --no-banner images.jpg
반응형