feat: initialize managed portal
This commit is contained in:
26
managed/store_dwell_alert/config/config.example.yaml
Normal file
26
managed/store_dwell_alert/config/config.example.yaml
Normal 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
|
||||
Reference in New Issue
Block a user