First time here? Check out the FAQ!
answered 2014-02-06 05:13:55 -0600
Try cv::startWindowThread() after opening the window with cv::namedWindows(). Makes your window more responsive if there is no waitKey around.....