ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

How do you launch the files? Could you do a rostopic hz on /camera/image? You might want to have the

imgMsgToCv

in the try catch as this creates the exception. Further the

cvNamedWindow("Subscriber"); 
cvDestroyWindow("Subscriber");

must have the same windowname as

cvShowImage("view",img_original);