Skip to content

Commit c16a919

Browse files
authored
Update video.py
1 parent f507318 commit c16a919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

video.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
cv2.imshow("video",frame)
3434

3535

36-
c= cv2.waitKey(30) & 0xff
36+
c= cv2.waitKey(1) & 0xff
3737
if c==27:
3838
capture.release()
3939
break

0 commit comments

Comments
 (0)