Update main.py

This commit is contained in:
Siwat Sirichai 2023-11-24 14:39:42 +07:00
parent 8572734f48
commit cbb9d98ec9
1 changed files with 1 additions and 0 deletions

View File

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