Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 419 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 419 Bytes

idslib

This library aims to implement basic features from cv::VideoCapture, for most basic use cases it can be dropped into the place of OpenCV's corresponding class.

In its current state, the library implements a most of the basic get properties and the simple retrieve and grab pipeline.

Installation

Ensure to include IDSVideoCapture.h in your include path and also compile IDSVideoCapture.cpp.