智能识别
This commit is contained in:
parent
e78fb79d76
commit
ffcd149633
|
|
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue