Files
managed-portal/managed/store_dwell_alert/config/config.example.yaml
2026-04-27 10:04:36 +08:00

27 lines
481 B
YAML

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