“Comment mettre fin à un programme Cv2 Python” Réponses codées

Comment mettre fin à un programme Cv2 Python

# at the end of the code, in the loop
while True:
  # ... (code here)
  k = cv2.waitkey(1)
  if k == 27:
    break

# at the end of the code, outside of the while loop
cv2.destroyAllWindows()

Comment mettre fin à un programme Cv2 Python

# YOU MUST CLICK ON THE WINDOW AND PRESS "ESC" KEY TO EXIT THE WINDOW

Réponses similaires à “Comment mettre fin à un programme Cv2 Python”

Questions similaires à “Comment mettre fin à un programme Cv2 Python”

Plus de réponses similaires à “Comment mettre fin à un programme Cv2 Python” dans Python

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code