feat: initialize managed portal

This commit is contained in:
Yoilun
2026-04-27 10:04:36 +08:00
commit d4e351df71
145 changed files with 13425 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
camera_id: store_cam_01
timezone: Asia/Shanghai
thresholds:
min_people: 5
min_dwell_seconds: 600
pause_timeout_seconds: 300
alert_cooldown_seconds: 600
stream:
rtsp_url: rtsp://user:password@camera-ip:554/h264/ch1/main/av_stream
sample_fps: 2.0
reconnect_backoff_seconds: 5.0
staff:
gallery_dir: data/staff_gallery
min_hits: 3
similarity_threshold: 0.9
event_sink:
path: logs/events.jsonl
webhook:
alert_url: ""
report_url: ""
timeout_seconds: 5.0