Revert to base urx, reduce camera time

This commit is contained in:
2024-05-14 17:52:53 -05:00
parent 0e6ca7490a
commit 9687a6e492
2 changed files with 2 additions and 2 deletions

2
run.py
View File

@@ -848,7 +848,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 > 8:
mode = "Idle"
fprint("Giving up scanning cable.")
failcount = 0