XML_PixelToPixelParamCap

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

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