increase camera timeout
This commit is contained in:
parent
fa25b2c8b1
commit
98fef5ad3d
2
run.py
2
run.py
@ -852,7 +852,7 @@ def mainloop_server(pool, manager):
|
|||||||
if camera_ready == True:
|
if camera_ready == True:
|
||||||
if scan_value is False:
|
if scan_value is False:
|
||||||
# unable to scan ???? not good
|
# unable to scan ???? not good
|
||||||
if failcount > 15:
|
if failcount > 30:
|
||||||
mode = "Idle"
|
mode = "Idle"
|
||||||
fprint("Giving up scanning cable.")
|
fprint("Giving up scanning cable.")
|
||||||
failcount = 0
|
failcount = 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user