Rasberry pi 3 Camera
sudo raspi-config
'5. Interfacing options' Select menu --> P1 Camera Select --> Enable --> OK
General Capture
raspistill -o imagename.jpg // 5 sec capture
raspistill -o imagename.jpg -t 1000 // 1 sec capture
raspivid -o videoname.mp3 -t 10000 // 10 sec capture & Video
[Raspberry pi 3 ]Python GUI script executed by direct click (0) | 2020.01.02 |
---|---|
라즈베리파이 기본 , 구성 (1) | 2019.11.20 |
Raspberry pi 3 UVC camera (USB webcam ) (0) | 2019.01.21 |
Raspberry pi 3 Temperature print in python (0) | 2019.01.08 |