c - Capture image from webcam and display it - OpenCV ...
經安全檢測,此網站為安全網站,請放心前往原始網址!
c - Capture image from webcam and display it - OpenCV ...
2014年1月24日 - You need to add cvWaitKey(30);. to the end of while -loop. cvWaitKey(x) / cv::waitKey(x) does two things: It waits for x milliseconds for a key press.