aboutsummaryrefslogtreecommitdiff
path: root/voctocore/scripts/demo-cube.sh
diff options
context:
space:
mode:
authorMaZderMind <github@mazdermind.de>2015-05-22 12:25:06 +0200
committerMaZderMind <github@mazdermind.de>2015-05-22 12:25:06 +0200
commitbe53e11f7f7b4ffeb8749f3f3581c6d6284fedd6 (patch)
tree17b9ae2b8f3ef1b7a8a9a5e16e81ba56d4b3dc4f /voctocore/scripts/demo-cube.sh
parent961e9b51522ad8c38cce4f533cf48cf7062a9a00 (diff)
rename scripts for better sorting
Diffstat (limited to 'voctocore/scripts/demo-cube.sh')
-rwxr-xr-xvoctocore/scripts/demo-cube.sh14
1 files changed, 14 insertions, 0 deletions
diff --git a/voctocore/scripts/demo-cube.sh b/voctocore/scripts/demo-cube.sh
new file mode 100755
index 0000000..e3a4efd
--- /dev/null
+++ b/voctocore/scripts/demo-cube.sh
@@ -0,0 +1,14 @@
+#!/bin/bash
+
+../voctocore.py -vv &
+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 &
+while true; do sleep 1; done
+kill $PID
+wait