“Cara Menghentikan Program CV2 Python” Kode Jawaban

Cara Menghentikan 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()

Cara Menghentikan Program CV2 Python

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

Jawaban yang mirip dengan “Cara Menghentikan Program CV2 Python”

Pertanyaan yang mirip dengan “Cara Menghentikan Program CV2 Python”

Lebih banyak jawaban terkait untuk “Cara Menghentikan Program CV2 Python” di Python

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya