From 98fef5ad3d21afa1beac09b585dcc7f977a8ee0d Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Tue, 14 May 2024 20:42:23 -0500 Subject: [PATCH] increase camera timeout --- run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.py b/run.py index 827852d..d120d1c 100755 --- a/run.py +++ b/run.py @@ -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