Update main.py
This commit is contained in:
parent
cbb9d98ec9
commit
87b2f4110b
|
@ -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
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in New Issue