mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-17 11:59:27 +00:00
sync qrscan for switcam-hs303
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
gpio=? # COLOR led, hi3518ev200_lite_switcam-hs303-v1
|
gpio=34 # BLUE led, hi3518ev200_lite_switcam-hs303-v1
|
||||||
n=0
|
n=0
|
||||||
|
|
||||||
# gpio clear ${gpio} | logger -t gpio
|
gpio clear ${gpio} | logger -t gpio
|
||||||
|
|
||||||
while true ; do
|
while true ; do
|
||||||
if [ "$n" -ge 30 ]; then
|
if [ "$n" -ge 30 ]; then
|
||||||
logger -t qrscan "Recognition timeout exceeded, reboot camera and try again..."
|
logger -t qrscan "Recognition timeout exceeded, reboot camera and try again..."
|
||||||
# gpio set ${gpio} | logger -t gpio
|
gpio set ${gpio} | logger -t gpio
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
timeout 1 wget -q -O /tmp/image.jpg http://127.0.0.1/image.jpg
|
timeout 1 wget -q -O /tmp/image.jpg http://127.0.0.1/image.jpg
|
||||||
|
|||||||
Reference in New Issue
Block a user