设备网络SDK开发使用手册


<ThermalCap version="2.0" xmlns="http://www.std-cgi.org/ver20/XMLSchema">
  <isSupportFireDetection>
    <!--opt,xs:boolean, 是否支持火点检测 -->
  </isSupportFireDetection>
  <isSupportThermometry>
    <!-- opt ,xs:boolean,是否支持测温 -->
  </isSupportThermometry>
  <isSupportRealtimeThermometry>
    <!-- opt ,xs:boolean,是否支持实时测温数据上传 -->
  </isSupportRealtimeThermometry>
  <isFireFocusZoomSupport>
    <!--opt,xs:boolean, 是否支持火点可见光镜头聚焦变倍 -->
  </isFireFocusZoomSupport>
  <isSupportManualRanging>
    <!-- opt ,xs:Boolean ,是否支持手动测距,只要设备有一个通道支持该功能,就返回该节点能力,具体通道的能力,参见具体的各通道返回信息-->
  </isSupportManualRanging>
  <isSupportPower>
    <!-- opt ,xs:boolean,是否支持电源开关支持能力-->
  </isSupportPower>
  <isSupportRealtimeTempHumi>
    <!-- opt ,xs:boolean,是否支持设备环境实时温湿度能力 -->
  </isSupportRealtimeTempHumi>
  <ManualThermCap>
    <manualThermRuleNum>
      <!-- opt, xs:integer,设备手动测温支持的最大规则数,若不返回该节点则设备不支持手动测温 -->
    </manualThermRuleNum>
  </ManualThermCap>
  <isSupportManualThermBasic>
    <!-- opt ,xs:boolean,是否支持手动测温基本参数配置-->
  </isSupportManualThermBasic>
  <isSupportFireShieldMask>
    <!-- opt ,xs:boolean,是否支持火点区域屏蔽参数配置-->
  </isSupportFireShieldMask>
  <isSupportsmokeShieldMask>
    <!-- opt ,xs:boolean,是否支持烟雾区域屏蔽参数配置-->
  </isSupportsmokeShieldMask>
  <isSupportThermIntell>
    <!--opt,xs:boolean, 是否支持热成像智能互斥配置-->
  </isSupportThermIntell>
  <isSupportThermometryMode>
    <!--opt,xs:boolean, 是否支持测温模式配置能力-->
  </isSupportThermometryMode>
  <isSupportThermalPip>
    <!--opt,xs:boolean, 是否支持热成像画中画配置能力-->
  </isSupportThermalPip>
  <isSupportThermalIntelRuleDisplay>
    <!--opt,xs:boolean, 是否支持热成像智能规则显示配置能力-->
  </isSupportThermalIntelRuleDisplay>
  <AlgVersionInfo>
    <!--opt, 是否支持获取热成像相关算法库版本能力-->
    <thermometryAlgName min = "1" max = "128">
      <!--ro, xs:string, 测温算法库版本信息-->
    </thermometryAlgName>
    <shipsAlgName min = "1" max = "128">
      <!--ro, xs:string, 船只算法库版本信息-->
    </shipsAlgName>
    <fireAlgName min = "1" max = "128">
      <!--ro, xs:string, 火点检测算法库版本信息-->
    </fireAlgName>
  </AlgVersionInfo>
  </ThermalCap>