feat: add rtsp runtime pipeline

This commit is contained in:
Yoilun
2026-04-28 19:00:23 +08:00
parent be3d2ac3af
commit b1c39d3fa7
9 changed files with 524 additions and 0 deletions

6
scripts/run_runtime.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -euo pipefail
CONFIG_PATH="${CONFIG_PATH:-config/example.toml}"
PYTHONPATH=src python3 -m cold_display_guard.main --config "$CONFIG_PATH"