Revert to base urx, reduce camera time

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

View File

@ -5,7 +5,7 @@ pypdf2==2.12.1
alive-progress
requests
math3d==4.0.0
git+https://git.myitr.org/adeck/python-urx-getl-rt.git
git+https://github.com/Byeongdulee/python-urx.git
meilisearch
pyyaml
Flask

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