Update main.py

This commit is contained in:
Siwat Sirichai 2023-11-24 14:41:24 +07:00
parent cbb9d98ec9
commit 87b2f4110b
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ def read_webcam():
global frame_ready
while True:
ret, img = cam.read()
print("Frame Ready!")
frame_ready = True
'''