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

Rock3/hardware/camera/

< Rock3‎ | hardware
Revision as of 11:44, 24 August 2021 by Stephen (Talk | contribs)

    ROCK 3 >  Hardware >  Camera module

USB Camera

Update kernel to version 4.19.193-2-rockchip or newer.

root@rock3a:~# apt-get install -y linux-4.19-rock-3-latest

Install tool fswebcam

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

Plug USB camera in, there shall be video devices.

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

Capture image

fswebcam /dev/video0 ./test.png

Troubleshooting