Skip to content

sravansenthiln1/opencv-demos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 ↗️ ↗️