2026-07-21 09:45:42 +08:00
|
|
|
{
|
|
|
|
|
"source": {
|
|
|
|
|
"id": "lobby-camera-01",
|
2026-07-21 20:54:34 +08:00
|
|
|
"rtsp_url_env": "SILVER_POSE_RTSP_URL",
|
2026-07-21 22:56:14 +08:00
|
|
|
"mode": "stream",
|
|
|
|
|
"transport": "tcp",
|
|
|
|
|
"timeout_seconds": 5.0,
|
|
|
|
|
"low_latency": true
|
2026-07-21 09:45:42 +08:00
|
|
|
},
|
|
|
|
|
"model": {
|
|
|
|
|
"path": "models/best.pt",
|
|
|
|
|
"sha256": "0000000000000000000000000000000000000000000000000000000000000000",
|
|
|
|
|
"confidence_threshold": 0.25
|
|
|
|
|
},
|
|
|
|
|
"event": {
|
|
|
|
|
"keypoint_confidence_threshold": 0.4,
|
|
|
|
|
"suspect_window_seconds": 0.5,
|
|
|
|
|
"confirm_window_seconds": 1.8,
|
|
|
|
|
"recovery_window_seconds": 2.0,
|
2026-07-21 23:29:16 +08:00
|
|
|
"cooldown_seconds": 10.0,
|
|
|
|
|
"require_rapid_drop": false,
|
|
|
|
|
"require_lower_body": false,
|
|
|
|
|
"horizontal_angle_threshold_degrees": 45.0
|
2026-07-21 09:45:42 +08:00
|
|
|
},
|
|
|
|
|
"artifacts": {
|
|
|
|
|
"event_dir": "../artifacts/events"
|
|
|
|
|
}
|
|
|
|
|
}
|