how to terminate a program cv2 python
# YOU MUST CLICK ON THE WINDOW AND PRESS "ESC" KEY TO EXIT THE WINDOW
how to terminate a program cv2 python
# YOU MUST CLICK ON THE WINDOW AND PRESS "ESC" KEY TO EXIT THE WINDOW
how to terminate a program 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()
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us