aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts/demo-cube.sh
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 /voctocore/scripts/demo-cube.sh
parentbe53e11f7f7b4ffeb8749f3f3581c6d6284fedd6 (diff)
cycle modes on cube-demo
Diffstat (limited to 'voctocore/scripts/demo-cube.sh')
-rwxr-xr-xvoctocore/scripts/demo-cube.sh2
1 files changed, 1 insertions, 1 deletions
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