aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-05-22 12:25:56 +0200
committerMaZderMind <github@mazdermind.de>2015-05-22 12:25:56 +0200
commit0dd95fb118d0863c4b8d1fe503020bb33950bc79 (patch)
tree4099b1e7a6d28277857c2114e946b74371ff9ba7
parentbe53e11f7f7b4ffeb8749f3f3581c6d6284fedd6 (diff)
cycle modes on cube-demo
-rwxr-xr-xvoctocore/scripts/demo-cube-files.sh2
-rwxr-xr-xvoctocore/scripts/demo-cube.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/voctocore/scripts/demo-cube-files.sh b/voctocore/scripts/demo-cube-files.sh
index c152357..5573c3c 100755
--- a/voctocore/scripts/demo-cube-files.sh
+++ b/voctocore/scripts/demo-cube-files.sh
@@ -4,11 +4,11 @@
PID=$!
echo "PID=$PID"
sleep 1
-./set-composite-side-by-side-equal.sh
./av-source-cam1.sh &
./av-source-cam2.sh &
./av-record-output-ffmpeg-timestamps.sh &
./av-stream-hd.sh &
+./demo-cycle-modes.sh &
while true; do sleep 1; done
kill $PID
wait
diff --git a/voctocore/scripts/demo-cube.sh b/voctocore/scripts/demo-cube.sh
index e3a4efd..43a7e03 100755
--- a/voctocore/scripts/demo-cube.sh
+++ b/voctocore/scripts/demo-cube.sh
@@ -4,11 +4,11 @@
PID=$!
echo "PID=$PID"
sleep 1
-./set-composite-side-by-side-equal.sh
./av-source-bmd-cam1.sh &
./av-source-bmd-cam2.sh &
./av-record-output-ffmpeg-timestamps.sh &
./av-stream-hd.sh &
+./demo-cycle-modes.sh &
while true; do sleep 1; done
kill $PID
wait