XML_PixelToPixelParam

XML message about parameters of pixel-to-pixel temperature measurement

<PixelToPixelParam version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema"> 
  <id><!--req, xs:integer, channel No.--></id> 
  <maxFrameRate> 
    <!--opt, xs: integer, maximum frame rate--> 
  </maxFrameRate> 
  <reflectiveEnable> 
    <!--opt, xs: boolean, enable reflection temperature or not--> 
  </reflectiveEnable> 
  <reflectiveTemperature> 
    <!--opt, xs: float, reflection temperature--> 
  </reflectiveTemperature> 
  <emissivity> 
    <!--opt, xs: float, emissivity--> 
  </emissivity> 
  <distance> 
    <!--req, xs: integer, unit: m, distance--> 
  </distance> 
  <refreshInterval> 
    <!--opt, xs: integer, the refresh interval of pixel-to-pixel temperature measurement--> 
  </refreshInterval> 
  <distanceUnit>
    <!--opt, xs:string, distance unit, opt="meter,feet,centimeter"-->
  </distanceUnit>
  <temperatureDataLength>
    <!--opt, xs:integer, temperature data length-->
  </temperatureDataLength>
  <JpegPictureWithAppendData>
    <!--opt, configuration of getting JPEG picture with pixel-to-pixel temperature measurement data-->
    <jpegPicEnabled><!--opt, xs:boolean, whether returns JPEG picture--></jpegPicEnabled> 
    <visiblePicEnabled><!--optional, xs:boolean, whether the thermal camera returns visible light picture--></visiblePicEnabled>
    <rulesOverlayEnabled><!--optional, xs:boolean, whether to enable thermography rule overlay on picture--></rulesOverlayEnabled>
    <visiblePicResolution><!--optional, xs:boolean, visible light picture resolution: 600*800, 1200*1600--></visiblePicResolution>
    <thermalPicResolution><!--optional, xs:boolean, thermal picture resolution: 160*120, 640*480--></thermalPicResolution>
  </JpegPictureWithAppendData>
</PixelToPixelParam>