From 12852c3ae6725b787f48e3f8b7f4ef4e3d47dd52 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Fri, 11 Jul 2025 14:27:52 +0200 Subject: [PATCH] no point in autostarting monitor --- supervisord.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/supervisord.conf b/supervisord.conf index bc73db5..fd0cd70 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -20,6 +20,7 @@ serverurl = http://localhost:8293 command=uv run trap_monitor numprocs=1 directory=%(here)s +autostart=false [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