Usage Instructions for Linux Embedded Boards
Software Environment
On Linux embedded boards such as Raspberry Pi, Jetson Nano, RDK, etc., since most systems support the UVC protocol by default, they can be used with OpenCV for image preview testing. To preview images normally, please connect a screen to the board.
Testing Steps
-
Open the terminal and enter the following command to install OpenCV:
sudo apt-get install python3-opencv -
Download the demo and test.
wget https://files.waveshare.com/wiki/common/Usb_camera_examples.zipunzip Usb_camera_examples.zipcd Usb_camera_examplessudo python3 Usb_camera_examples.py