XML message about advanced parameters
<AdvanceConfiguration version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema"> <headSensitivity> <!--optional, xs:integer, head detection sensitivity, it is between 1 and 5 and the default value is 3, the larger value indicates that the detection is more sensitive--> </headSensitivity> <humanSensitivity> <!--optional, xs:integer, human body detection sensitivity, it is between 1 and 5 and the default value is 3, the larger value indicates that the detection is more sensitive--> </humanSensitivity> <alarmAnalysisFrame> <!--optional, xs:integer, number of frames required for alarm analysis, it is between 1 and 50 and the default value is 12, the larger value indicates that more frames need to be analyzed, and the alarm will be triggered more slowly--> </alarmAnalysisFrame> <FDLibList><!--optional, channel's linked face picture library list--> <FDLib><!--list--> <id><!--required, ro, xs:integer, No. of items in the list--></id> <FDID><!--required, ro, xs:string, face picture library ID--></FDID> <thresholdValue><!--optional, xs:integer, xs:integer, similarity threshold for comparison, which is between 0 and 100, the higher the threshold is, the more accurate the comparison is. If the threshold for all libraries is enabled, then threshold for single library will not take effect--></thresholdValue> <customFaceLibID><!--optional, xs:string, custom face picture library ID, custom ID has priority over the FDID--></customFaceLibID> </FDLib> </FDLibList> <FaceScore><!--face picture scoring configuration, this node is only available for PUT operation--> <enabled><!--optional, xs:boolean, whether to enable face picture scoring configuration--></enabled> <featureConfidence><!--optional, feature confidence--> <medium><!--medium value--> <leftInterval><!--required, xs:integer, left interval: [0-100]--></leftInterval> <rightInterval><!--required, xs:integer, right interval: [0-100]--></rightInterval> </medium> </featureConfidence> <pupillaryDistance ><!--optional, pupil distance--> <medium><!--medium value--> <leftInterval><!--required, xs:integer, left interval--></leftInterval> <rightInterval><!--required, xs:integer, right interval--></rightInterval> </medium> </pupillaryDistance> <pitchAngle><!--optional, pitch angle--> <medium><!--medium value--> <leftInterval><!--required, xs:integer, left interval, unit: degree--></leftInterval> <rightInterval><!--required, xs:integer, right interval, unit: degree--></rightInterval> </medium> </pitchAngle> <yawAngle><!--optional, yaw angle--> <medium><!--medium value--> <leftInterval><!--required, xs:integer, left interval, unit: degree--></leftInterval> <rightInterval><!--required, xs:integer, right interval, unit: degree--></rightInterval> </medium> </yawAngle> </FaceScore> </AdvanceConfiguration>