cannot convert cv_bridge::CvImagePtr to CvCapture*
error: cannot convert ‘cv_bridge::CvImagePtr {aka boost::shared_ptr<cv_bridge::CvImage>}’ to ‘CvCapture*’ in assignment
how can i solve this error? please help me. thanks
Asked by dariush.kh on 2014-01-13 09:54:11 UTC
Comments
It sounds like you're trying to assign between incompatible types in C++. If you can post the code that's generating this error, that will help greatly.
Asked by ahendrix on 2014-01-13 11:46:13 UTC