XML_FaceThermDetectionInfo

XML message about temperature screening result.

<FaceThermDetectionInfo version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <id> <!--req, xs:integer, rule ID--> </id>
  <name> <!--req, xs:string, rule name--> </name>   
  <time> <!--req, xs:ISO8601_time, detection time--></time>
  <faceDetectionState> 
    <!--req, xs:boolean, face detection status: false-no face detected, true-face detected-->
  </faceDetectionState>
  <alarmTemperature>
    <!--opt, xs:float, alarm triggered temperature, ranges from 20.0℃ to 150.0℃-->
  </alarmTemperature>
  <visibleLightImageLen><!--opt, xs:integer, the size of visible light image binary data--></visibleLightImageLen>
  <faceImageLen> 
    <!--opt, xs:integer, size of face thumbnail binary data, that is the size of Opaque Data(visibleLightImage), if no Opaque Data(visibleLightImage), it values 0--> 
  </faceImageLen>
  <FaceRect>
    <!--opt, face thumbnail coordinates-->
      <height><!--req, xs:float--></height>
      <width><!--req, xs:float--></width>
      <x><!--req, xs:float--></x>
      <y><!--req,xs:float--></y>
  </FaceRect>
  <minTemperature> <!--opt, xs:float, -20.0~150.0℃--> </minTemperature>
  <ruleTemperature> <!--opt, xs:float, 0.0℃~60.0℃--> </ruleTemperature>
  <averageTemperature> <!--opt, xs:float, -20.0~150.0℃--> </averageTemperature>
  <MinTemperaturePoint>
    <!--opt, the coordinates of lowest temperature position-->
      <x><!--req-xs:float--></x>
      <y><!--req-xs:float--></y>
  </MinTemperaturePoint>
  <MaxTemperaturePoint>
    <!--opt, the coordinates of highest temperature position-->
      <x><!--req-xs:float--></x>
      <y><!--req-xs:float--></y>
  </MaxTemperaturePoint>
  <alarmRule>
    <!--opt, xs:string, alarm rule: highestGreater (max. temperature higher than), highestLess (min. temperature lower than)-->
  </alarmRule>
  <highTemperatureTargetImageLen><!--opt, xs:integer--></highTemperatureTargetImageLen>
  <HighTemperatureTargetRect>
    <!--opt, the coordiantes of high object thumbnail-->
      <height><!--req-xs:float--></height>
      <width><!--req-xs:float--></width>
      <x><!--req-xs:float--></x>
      <y><!--req-xs:float--></y>
  </HighTemperatureTargetRect>
</FaceThermDetectionInfo>

Transmit Result Information in Form Format

Accept: text/html, application/xhtml+xml, */*
Accept-Language: en-US
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko
Accept-Encoding: gzip, deflate
Host: 10.17.133.46
DNT: 1
Connection: Keep-Alive
Cookie: language=zh; sdMarkMenu=8%3Avehicle; sdMarkTab_1_0=0%3AsettingBasic; sdMarkTab_6_0=5%3AeventException; sdMarkTab_6_1=6%3AsmartLoiterDetection; sdMarkTab_7_0=1%3AplanCapture; sdMarkTab_7_1=0%3AstorageManageHarddisk; sdMarkTab_8=0%3AvehicleParam; WebSession=f81610c130711300cf30

HTTP/1.1 200 OK
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary=boundary

--boundary
Content-Type: application/xml; charset="UTF-8"
Content-Length: 480

<FaceThermDetectionInfo>
--boundary
Content-Disposition: form-data; 
Content-Type: image/pjpeg
Content-Length: 480

Opaque Data(visibleLightImage)
--boundary
Content-Disposition: form-data; 
Content-Type: image/pjpeg
Content-Length: 480

Opaque Data(faceImage)
--boundary
Content-Disposition: form-data; 
Content-Type: image/pjpeg
Content-Length: 480

Opaque Data(highTemperatureTargetImage)// High temperature object thumbnail
--boundary--