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