feat: add management web console

This commit is contained in:
Yoilun
2026-04-27 11:28:57 +08:00
parent b3672c564a
commit c4f9dab049
17 changed files with 2051 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
camera_id = "cold_display_cam_01"
timezone = "Asia/Shanghai"
[stream]
rtsp_url = ""
[thresholds]
max_dwell_seconds = 10800
trash_confirmation_seconds = 120
@@ -44,3 +47,6 @@ polygon = [[0.75, 0.50], [1.00, 0.50], [1.00, 1.00], [0.75, 1.00]]
[trash]
roi = [[0.80, 0.65], [1.00, 0.65], [1.00, 1.00], [0.80, 1.00]]
[event_sink]
path = "logs/events.jsonl"