diff options
Diffstat (limited to 'voctocore/scripts/demo-cube.sh')
-rwxr-xr-x | voctocore/scripts/demo-cube.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/scripts/demo-cube.sh b/voctocore/scripts/demo-cube.sh index d38adfe..587f533 100755 --- a/voctocore/scripts/demo-cube.sh +++ b/voctocore/scripts/demo-cube.sh @@ -6,7 +6,7 @@ echo "PID=$PID" sleep 1 ./av-source-bmd-cam1.sh & ./av-source-bmd-cam2.sh & -./av-source-background.sh & +./av-source-background-loop.py & ./av-record-output-ffmpeg-timestamps.sh & ./av-stream-hd.sh & ./demo-cycle-modes.sh & |