cannot convert cv_bridge::CvImagePtr to CvCapture* [closed]

asked 2014-01-13 08:54:11 -0500

dariush.kh gravatar image

updated 2014-01-13 10:45:02 -0500

ahendrix gravatar image
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

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2016-11-09 13:23:36.475913

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.

ahendrix gravatar image ahendrix  ( 2014-01-13 10:46:13 -0500 )edit