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

In some cases you need to add cv::startWindowThread() after cv:namedWindow(). In particular this is the case, if you do not call cv::waitKey() without arguments, i. e. not blocking until key pressed, after cv::imshow().