智能识别

This commit is contained in:
cwchen 2024-08-28 10:48:16 +08:00
parent e78fb79d76
commit ffcd149633
1 changed files with 0 additions and 2 deletions

View File

@ -52,7 +52,6 @@ public class SmartIdentifyController {
* E_IVS_HelmetNotWear 未带安全帽
* E_IVS_Smoking 抽烟报警
* E_IVS_NotWear3ColorVest 未穿三色马甲报警
* E_IVS_FaceRecognition 人脸识别
*/
public static List<String> eventIds = new ArrayList<>();
@ -60,7 +59,6 @@ public class SmartIdentifyController {
eventIds.add("E_IVS_HelmetNotWear");
eventIds.add("E_IVS_Smoking");
eventIds.add("E_IVS_NotWear3ColorVest");
eventIds.add("E_IVS_FaceRecognition");
}
/**