JSON_PersonArmingTrack

JSON message about person arming parameters

{
  "PersonArmingTrack":{
    "enabled": ,
/*required, boolean, whether to enable person arming*/ 
    "faceThreshold": ,
/*optional, int, face grading threshold for detection, range: [0,100], default value: 70; when a face with its grading is larger than or equal to configured threshold, comparison with the pictures in the face picture library will be triggered*/ 
    "humanThreshold": ,
/*optional, int, human body grading threshold for detection, range: [0,100], default value: 70; when a human body with its grading is larger than or equal to configured threshold, comparison with the pictures in the human body picture library will be triggered*/ 
    "faceDetectionTime": ,
/*optional, int, maximum detection time of face, range: [0,300], unit: second, default value: 10s; when face grading does not reach the configured faceThreshold during the faceDetectionTime, the device stops grading the target face*/
    "humanDetectionTime":
/*optional, int, maximum detection time of human body, range: [0,300], unit: second, default value: 10s; when human body grading does not reach the configured humanThreshold during the humanDetectionTime, the device stops grading the target human body*/ 
  }
}