aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts/demo-cube.sh
diff options
context:
space:
mode:
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