Revert to base urx, reduce camera time
This commit is contained in:
parent
0e6ca7490a
commit
9687a6e492
@ -5,7 +5,7 @@ pypdf2==2.12.1
|
|||||||
alive-progress
|
alive-progress
|
||||||
requests
|
requests
|
||||||
math3d==4.0.0
|
math3d==4.0.0
|
||||||
git+https://git.myitr.org/adeck/python-urx-getl-rt.git
|
git+https://github.com/Byeongdulee/python-urx.git
|
||||||
meilisearch
|
meilisearch
|
||||||
pyyaml
|
pyyaml
|
||||||
Flask
|
Flask
|
||||||
|
2
run.py
2
run.py
@ -848,7 +848,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 > 8:
|
||||||
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