XML_FaceThermometry

XML message about temperature screening parameters

<FaceThermometry version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <id><!--required, xs:integer, channel No.--></id>
  <faceThermometryEnabled><!--required, xs:boolean, whether enables temperature screening: true-yes, false-no--></faceThermometryEnabled>
  <thermometrShowEnabled><!--required, xs:boolean, whether enables temperature OSD: true-yes, false-no--></thermometrShowEnabled>
  <alarmEnabled><!--required, xs:bool, enable alarm subscription, opt="true,false"--></alarmEnabled>
  <alarmIntervalTime min="0.5" max="600" def="1"><!--dep, xs:float, alarm interval time, which is valid in non-card mode, the interval is between 0.5 s and 60 s. The default time interval is 1s, unit:s--></alarmIntervalTime>
  <normalizedScreenSize><!--required, read-only, read-only, it is the multiples of normalized coordinates returned by device-->
    <normalizedScreenWidth><!--required, read-only, xs:integer--></normalizedScreenWidth>
    <normalizedScreenHeight><!--required, read-only, xs:integer--></normalizedScreenHeight>
  </normalizedScreenSize>  
  <FaceThermometryRegionList/><!--optional, temperature screening rule list-->
  <imageQuality><!--optional, xs:string, image quality, including high, medium, and low, "high,medium,low"--></imageQuality>
  <mode><!--optional, xs:string, temperature screening mode: "barrierPassing"-barrier passing (transmit the custom in airport), "targeting"-targeting (detect the person with high temperature)--></mode>
  <faceSnapUploadEnabled><!--optional, xs:boolean, whether to enable uploading captured face picture: true-enable, false-disable--></faceSnapUploadEnabled>
  <maxTemperatureCoordinatesEnabled><!--optional, xs:boolean, whether to enable displaying the maximum temperature position: true-enable, false-disable--></maxTemperatureCoordinatesEnabled>
  <faceRectShowEnabled><!--optional, xs:boolean, whether to enable displaying a frame on the target person: true-enable, false:disable--></faceRectShowEnabled>
  <faceTemperatureShowEnabled><!--optional, xs:boolean, whether to enable displaying face temperature: true-enable, false:disable--></faceTemperatureShowEnabled>
</FaceThermometry>