added pauses to loop management
This commit is contained in:
@@ -15,8 +15,9 @@ def run():
|
||||
overlay.run_mode = 'init'
|
||||
continue
|
||||
elif overlay.run_mode == 'started':
|
||||
cv.waitKey(500)
|
||||
cv.waitKey(1000)
|
||||
elif overlay.run_mode == 'init':
|
||||
cv.waitKey(1)
|
||||
continue
|
||||
else:
|
||||
# boelk
|
||||
|
||||
Reference in New Issue
Block a user