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.
Ensure to include IDSVideoCapture.h in your include path and also compile IDSVideoCapture.cpp.