File: test1.sh

package info (click to toggle)
voctomix-outcasts 0.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 212 kB
  • sloc: python: 688; sh: 156; makefile: 18
file content (15 lines) | stat: -rwxr-xr-x 478 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash -ex

# Mostly to confirm the basics is installed and setup properly.
cd ../../voctomix

./voctocore/voctocore.py -i ../voctomix-outcasts/configs/test1.ini &
sleep 5
./voctogui/voctogui.py &
../voctomix-outcasts/ingest.py &
../voctomix-outcasts/ingest.py --source-id cam2 &
../voctomix-outcasts/ingest.py \
    --video-attribs "pattern=ball" --source-id grabber &
../voctomix-outcasts/record-timestamp.sh &
../voctomix-outcasts/generate-cut-list.py --file test1.log