increase camera timeout

This commit is contained in:
Cole Deck 2024-05-14 20:42:23 -05:00
parent fa25b2c8b1
commit 98fef5ad3d

2
run.py
View File

@ -852,7 +852,7 @@ def mainloop_server(pool, manager):
if camera_ready == True:
if scan_value is False:
# unable to scan ???? not good
if failcount > 15:
if failcount > 30:
mode = "Idle"
fprint("Giving up scanning cable.")
failcount = 0