From 0dd95fb118d0863c4b8d1fe503020bb33950bc79 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Fri, 22 May 2015 12:25:56 +0200 Subject: cycle modes on cube-demo --- voctocore/scripts/demo-cube-files.sh | 2 +- voctocore/scripts/demo-cube.sh | 2 +- 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 -- cgit v1.2.3