Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "Rock3/hardware/camera/"

(Created page with "=== USB Camera === Install tool fswebcam root@rockpis:~# apt-get install -y fswebcam Plug USB camera in, there shall be video devices. root@rockpis:~# ls /dev/video* /d...")
 
(USB Camera)
Line 11: Line 11:
  
 
Capture image
 
Capture image
 +
  
 
  fswebcam /dev/video0 ./test.png
 
  fswebcam /dev/video0 ./test.png

Revision as of 10:26, 18 August 2021

USB Camera

Install tool fswebcam

root@rockpis:~# apt-get install -y fswebcam

Plug USB camera in, there shall be video devices.

root@rockpis:~# ls /dev/video*
/dev/video0  /dev/video1

Capture image


fswebcam /dev/video0 ./test.png