diff --git a/video.py b/video.py index 4cf4308dd363b0a3579f676ded6910ab4d14b76f..3c21ddcc860f4ced365637c1b7a9a4915a159d98 100644 --- a/video.py +++ b/video.py @@ -33,7 +33,7 @@ while(True): cv2.imshow("video",frame) - c= cv2.waitKey(30) & 0xff + c= cv2.waitKey(1) & 0xff if c==27: capture.release() break