added pauses to loop management

This commit is contained in:
2022-10-14 20:35:41 +02:00
parent d7316d7d9c
commit b6315f7b0e
6 changed files with 22 additions and 5 deletions

View File

@@ -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