Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OpenCV - Doubt in a line.
#2
Did you check what cv2.waitkey() is doing?
If not look here!
Quote:The function waitKey waits for a key event infinitely (when {delay}>= 0 ) or for delay milliseconds, when it is positive. Since the OS has a minimum time between switching threads, the function will not wait exactly delay ms, it will wait at least delay ms, depending on what else is running on your computer at that time.

It returns the code of the pressed key or -1 if no key was pressed before the specified time had elapsed.
Reply


Messages In This Thread
OpenCV - Doubt in a line. - by ArjunSingh - Jul-14-2019, 11:13 AM
RE: OpenCV - Doubt in a line. - by ThomasL - Jul-14-2019, 03:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
Question Doubt about conditionals in Python. Carmazum 6 1,695 Apr-01-2023, 12:01 AM
Last Post: Carmazum
  A simple python doubt mohamedrabeek 2 775 Mar-26-2023, 07:24 PM
Last Post: deanhystad
  doubt about python tkinter and sqlite3 LONDER 2 2,201 Aug-14-2021, 08:48 AM
Last Post: ibreeden
  Python Doubt csrlima 5 2,680 Jan-23-2021, 12:23 AM
Last Post: csrlima
  Python Exercise Doubt azure 4 2,744 Apr-21-2020, 01:15 PM
Last Post: azure
  Doubt in Regex Lookaround fullstop 3 2,444 Feb-03-2020, 09:53 AM
Last Post: Gribouillis
  A doubt with 'in' and 'not in' operators with strings newbieAuggie2019 7 3,695 Oct-23-2019, 03:11 PM
Last Post: perfringo
  Display the bottom image of the line and cut the upper image using Opencv jenkins43 1 3,303 May-27-2019, 06:56 AM
Last Post: heiner55
  doubt saipython 1 2,867 Aug-21-2017, 06:05 AM
Last Post: Larz60+
  Basic Doubt in code prateek3 6 4,976 Aug-19-2017, 01:05 PM
Last Post: ichabod801

Forum Jump:

User Panel Messages

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