상세 컨텐츠

본문 제목

Raspberry pi 3 UVC camera (USB webcam )

개발생활/Raspberry pi (Rpi)

by 한국인맛집 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


반응형

관련글 더보기