docs(aiot): 更新周界入侵算法描述 - 说明自动告警处理机制

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-14 10:35:30 +08:00
parent dfb2c2410d
commit 5da85b54ea

View File

@@ -44,7 +44,7 @@ public class AiAlgorithmServiceImpl implements IAiAlgorithmService {
"{\"leave_countdown_sec\":{\"type\":\"int\",\"default\":300,\"min\":0},\"working_hours\":{\"type\":\"list\",\"default\":[]}}"
});
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}}"
});
// 人群聚集检测暂时注释,边缘端未启用