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

Hello i fixed the error. The source code in the website couldn't run. - Instead of using cv::startWindowThread();, we should use waitKey(); - They forget to add the size parameter in cv::namedWindow("view"); too. => cv::namedWindow("view", CV_WINDOW_AUTOSIZE);