Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Creating a capture device driver in C++

Greetings, I see what seems to be all implementations of capture drivers build on C++ subclasses of struct CvCapture. But it seems that CvCapture is "black boxed" in the interfaces that are installed and the subclass cannot be laid out by the compiler without the definition.

I must be doing something wrong. I have a belief that I can create a capture driver outside of the main OpenCV source tree. Am I mistaken?

Thanks, Brian