Sfoglia il codice sorgente

[WallPadMain]
1. 거동 수상자 감지 초기화
- 감지 시간을 3초로 수정

jglee 2 anni fa
parent
commit
e2464acedb

+ 15 - 0
WallPadMain/src/main/java/kr/co/icontrols/wallpadmain/util/iMapServer.java

@@ -3017,6 +3017,21 @@ public class iMapServer extends Service {
 
         checkDoorCamConfig(); // 현관카메라 설정정보 확인
 
+        //여기서 감지시간을 3초로 초기화 jglee
+        try
+        {
+            if (getStrangerRecordingManagerSetting()) {
+                if (mSmartKeyRfDoorAPI != null) {
+                    mSmartKeyRfDoorAPI.SetSensorConfig((byte) 0x05, (byte) 0x03);
+                }
+            }
+        }
+        catch (Exception e)
+        {
+
+        }
+
+
         getAirQualityUsage();
 
 		if (Version.getModelType() == Version.MODEL_TYPE.IHN_1020SA_A) {