diff options
-rwxr-xr-x | voctocore/scripts/demo-cube-files.sh | 2 | ||||
-rwxr-xr-x | 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 |