diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2015-04-01 21:26:47 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2015-04-01 21:26:47 +0200 |
commit | a1d746f850c487c065e518052f5205812a1f4adf (patch) | |
tree | 9653755aa923167f93dc67b4dd784bca6a4567e3 /tests/ipecamera/autotrigger.sh | |
parent | 4e99cc60d3af0a1a8e195f6dd2f107f3769118e0 (diff) | |
download | ipecamera-a1d746f850c487c065e518052f5205812a1f4adf.tar.gz ipecamera-a1d746f850c487c065e518052f5205812a1f4adf.tar.bz2 ipecamera-a1d746f850c487c065e518052f5205812a1f4adf.tar.xz ipecamera-a1d746f850c487c065e518052f5205812a1f4adf.zip |
Do not touch READOUT flag as requested by Michele. Now we can get data from DMA when camera is not grabbing
Diffstat (limited to 'tests/ipecamera/autotrigger.sh')
-rwxr-xr-x | tests/ipecamera/autotrigger.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ipecamera/autotrigger.sh b/tests/ipecamera/autotrigger.sh index 1c8f353..5f8b4db 100755 --- a/tests/ipecamera/autotrigger.sh +++ b/tests/ipecamera/autotrigger.sh @@ -10,9 +10,9 @@ pci -g -o /dev/null --run-time 12000000 --verbose 10 & pid=$! usleep 100000 -pci -w 9040 80000a01 +pci -w 9040 80004a01 usleep 10000000 -pci -w 9040 80000001 +pci -w 9040 80000201 echo "Waiting grabber to finish" wait $pid |