cv::waitKey(1) fails to flush buffer (Bug #817)
Description
Test system was a standard Ubuntu 10.4 install. While processing and displaying each frame of input, calling cv::waitKey(1) between each frame fails to produce any highgui output but cv::waitKey(2) displays output as expected
Associated revisions
Merge pull request #817 from pengx17:2.4_ocl_bitwise_cleanup
History
Updated by Alexander Shishkov almost 13 years ago
Can't reproduce the problem. It works for me.
- Status changed from Open to Cancelled
- Priority changed from High to Normal
- Target version set to 2.4.0
- Assignee set to Alexander Shishkov
Updated by Andrey Kamaev over 12 years ago
- Category changed from highgui-images to highgui-gui