Ask Your Question

Revision history [back]

thanks worked for me ...i tried so hard and for hours. Problem was at line : if( waitKey(33) >= 0 ) break; // OpenCV book quotes it like this one

but your line is life saver

"if( waitKey(10) == 27 ) break; // stop capturing by pressing ESC " worked like charm

Regards ron

OpenCV 3.2 VStudio 2017 win10