Ask Your Question

David Raila's profile - activity

2012-10-02 23:49:22 -0600 received badge  Student (source)
2012-10-02 13:36:22 -0600 received badge  Editor (source)
2012-10-02 13:35:52 -0600 asked a question External integration

I have a camera with software to grab images, and I'd like to build a wrapper so that I can use it via c++: IplImage* iplImg = cvQueryFrame( capture ); Mat frame = iplImg;

and python: frame = cv.QueryFrame(camera) ...

Can I make a sublcass of CvCapture to encapsulate this camera and pass it into OpenCV?

Thanks