Update main.py

This commit is contained in:
Siwat Sirichai 2023-11-24 14:41:24 +07:00
parent cbb9d98ec9
commit 87b2f4110b

View file

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