We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f507318 commit c16a919Copy full SHA for c16a919
video.py
@@ -33,7 +33,7 @@
33
cv2.imshow("video",frame)
34
35
36
- c= cv2.waitKey(30) & 0xff
+ c= cv2.waitKey(1) & 0xff
37
if c==27:
38
capture.release()
39
break
0 commit comments