Update main.py
This commit is contained in:
parent
8572734f48
commit
cbb9d98ec9
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ def read_webcam():
|
|||
global frame_ready
|
||||
while True:
|
||||
ret, img = cam.read()
|
||||
print("Frame Ready!")
|
||||
frame_ready = True
|
||||
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue