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

RockpiS/hardware/camera/

< RockpiS‎ | hardware
Revision as of 09:12, 23 November 2021 by Ken (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
    ROCK Pi S >  Hardware >  Camera module

USB Camera

Update kernel to version 4.4.143-41-rockchip or newer.

root@rockpis:~# apt-get install -y linux-4.4-rock-pi-s-latest

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 -d /dev/video0 ./test.png

Troubleshooting