How to use USB webcam in Raspberry pi 3?
// Install the usb UVC package
$ sudo apt-get install fswebcam// Terminal Capture a picture
$ fswebcam image.jpg
// Fixed Size Change & no banner
$ fswebcam 500x500 --no-banner images.jpg
| [Raspberry pi 3 ]Python GUI script executed by direct click (0) | 2020.01.02 |
|---|---|
| 라즈베리파이 기본 , 구성 (1) | 2019.11.20 |
| Raspberry pi 3 Temperature print in python (0) | 2019.01.08 |
| Raspberry pi 3 how to use pi camera ? (31) | 2018.11.21 |