Update main.py
This commit is contained in:
parent
8572734f48
commit
cbb9d98ec9
|
@ -26,6 +26,7 @@ def read_webcam():
|
|||
global frame_ready
|
||||
while True:
|
||||
ret, img = cam.read()
|
||||
print("Frame Ready!")
|
||||
frame_ready = True
|
||||
|
||||
'''
|
||||
|
|
Loading…
Reference in New Issue