ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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,