econsystems / opencv

Easy way to communicate with the camera using this OpenCV patch in c++
38 stars 18 forks source link
opencv opencv-cpp

OpenCV: Open Source Computer Vision Library

Videoio Module

APIs Introduced

APIs Explanation

bool getDevices(int &devices);

bool getDeviceInfo(int device, String &deviceName, String &vid, String &pid, String &devicePath);

bool getFormats(int &formats);

bool getFormatType(int format, String &formatType, int &width, int &height, int &fps);

bool setFormatType(int format);

bool get(int propId, int &min, int &max, int &steppingDelta, int &supportedMode, int &currentValue, int &currentMode, int &defaultValue);

bool set(int propId, int value, int mode);

Y8GrabberFilter

PythonScript

OpenCVCam Command Line Application

How to Use

Supported Camera's

* See3CAM_CU20
* See3CAM_CU30
* Seecam_CU38
* See3CAM_CU130
* See3CAM_CU135
* See3CAM_10CUG
* See3CAM_11CUG
* See3CAM_12CUNIR
* See3CAM_30 (Liquid Lens)
* See3CAM_130 Autofocus
* See3CAM_CU55
* FSCAM_CU135
* See3CAM_CU55M
* See3CAM_20CUG
* See3CAM_CU22
* See3CAM_CU27
* See3CAM_160
* See3CAM_CU81
* e-cam82USB
* See3CAM_CU135M_H03R1
* See3CAM_CU135M_H01R1
* See3CAM_CU135M

Releases

What's new

Release