Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.49 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.49 KB

OpenCV-Demos

Examples to use OpenCV with khadas SBCs.

Compatible with VIM3/VIM3L/VIM4/Edge2

Setup OpenCV

Install OpenCV Libraries

sudo apt update
sudo apt install libopencv-dev python3-opencv

Image Processing Examples:

Example C++ Python
Image Dewarping ↗️ ↗️
Image Manipulation ↗️ ↗️
Image Processing ↗️ ↗️
Image Stitching ↗️ ↗️
Image Depth ↗️ ↗️

Video Processing Examples:

Example C++ Python
Video Dewarping ↗️ ↗️
Video Processing ↗️ ↗️
Video Depth ↗️ ↗️

Camera Examples:

Example C++ Python
Camera with GStreamer ↗️ ↗️
Dual Camera with GStreamer ↗️ ↗️
Camera with V4L2 ↗️ ↗️
Dual Camera with V4L2 ↗️ ↗️