summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-07-23 18:36:04 +0200
committerSuren A. Chilingaryan <csa@suren.me>2015-07-23 18:36:04 +0200
commitf290bdc333b01dbc5f695236e0b72db1ac2a67d5 (patch)
tree7e7ee8e7ec7405ff4a1e0b6d24e59d4844abe6b7 /tests
parent3402c81500eecc678c7369ca94067c8d99e22bea (diff)
downloadipecamera-f290bdc333b01dbc5f695236e0b72db1ac2a67d5.tar.gz
ipecamera-f290bdc333b01dbc5f695236e0b72db1ac2a67d5.tar.bz2
ipecamera-f290bdc333b01dbc5f695236e0b72db1ac2a67d5.tar.xz
ipecamera-f290bdc333b01dbc5f695236e0b72db1ac2a67d5.zip
Support for new CMOSIS 20MPix camera
Diffstat (limited to 'tests')
-rwxr-xr-xtests/autotrigger.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/autotrigger.sh b/tests/autotrigger.sh
index 678f854..f6bbd07 100755
--- a/tests/autotrigger.sh
+++ b/tests/autotrigger.sh
@@ -17,9 +17,9 @@ echo "Starting the grabber"
pci -g -o /dev/null --run-time 12000000 --verbose 10 &
pid=$!
-usleep 100000
+sleep 0.1
pci -w 9040 80004a01
-usleep 10000000
+sleep 10
pci -w 9040 80000201
echo "Waiting grabber to finish"