Notice: Radxa Wiki is no longer maintained and content is for reference only. Please visit the latest Radxa Documentation site:
docs.radxa.com
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
