Python Forum
cv2.waitkey(0) not working coreectly
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
cv2.waitkey(0) not working coreectly
#2
I use
if cv2.waitKey(1) & 0xFF == ord('q'):
break

video_capture.release()
cv2.destroyAllWindows()
Pedroski55 likes this post
Reply


Messages In This Thread
RE: cv2.waitkey(0) not working coreectly - by Tyrel - Jan-13-2021, 03:54 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020