no point in autostarting monitor
This commit is contained in:
parent
f2d7c65a18
commit
12852c3ae6
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ serverurl = http://localhost:8293
|
||||||
command=uv run trap_monitor
|
command=uv run trap_monitor
|
||||||
numprocs=1
|
numprocs=1
|
||||||
directory=%(here)s
|
directory=%(here)s
|
||||||
|
autostart=false
|
||||||
|
|
||||||
[program:video]
|
[program:video]
|
||||||
command=uv run trap_video_source --homography ../DATASETS/hof3/homography.json --video-src ../DATASETS/hof3/hof3-cam-demo-twoperson.mp4 --calibration ../DATASETS/hof3/calibration.json --video-loop
|
command=uv run trap_video_source --homography ../DATASETS/hof3/homography.json --video-src ../DATASETS/hof3/hof3-cam-demo-twoperson.mp4 --calibration ../DATASETS/hof3/calibration.json --video-loop
|
||||||
|
|
Loading…
Reference in a new issue