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

Revision history [back]

click to hide/show revision 1
initial version

Just check if in your source code, you have put cv::startWindowThread(); before cv::waitKey(10);

If yes, just remove the startWindowThread function. It worked for me,