docs(aiot): 更新周界入侵算法描述 - 说明自动告警处理机制
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -44,7 +44,7 @@ public class AiAlgorithmServiceImpl implements IAiAlgorithmService {
|
|||||||
"{\"leave_countdown_sec\":{\"type\":\"int\",\"default\":300,\"min\":0},\"working_hours\":{\"type\":\"list\",\"default\":[]}}"
|
"{\"leave_countdown_sec\":{\"type\":\"int\",\"default\":300,\"min\":0},\"working_hours\":{\"type\":\"list\",\"default\":[]}}"
|
||||||
});
|
});
|
||||||
PRESET_ALGORITHMS.put("intrusion", new String[]{
|
PRESET_ALGORITHMS.put("intrusion", new String[]{
|
||||||
"周界入侵检测", "person", "检测人员进入指定区域。算法抽帧频率:1帧/秒(固定)",
|
"周界入侵检测", "person", "检测人员进入指定区域。算法抽帧频率:1帧/秒(固定)。入侵消失后,连续confirm_seconds秒无人自动结束告警。",
|
||||||
"{\"cooldown_seconds\":{\"type\":\"int\",\"default\":300,\"min\":0},\"confirm_seconds\":{\"type\":\"int\",\"default\":5,\"min\":1}}"
|
"{\"cooldown_seconds\":{\"type\":\"int\",\"default\":300,\"min\":0},\"confirm_seconds\":{\"type\":\"int\",\"default\":5,\"min\":1}}"
|
||||||
});
|
});
|
||||||
// 人群聚集检测暂时注释,边缘端未启用
|
// 人群聚集检测暂时注释,边缘端未启用
|
||||||
|
|||||||
Reference in New Issue
Block a user