XML_Intelli_IntelliTraceCap

IntelliTraceCap capability message in XML format

<IntelliTraceCap version="1.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <IntelliTraceBlockList size="">
    <IntelliTraceBlock>
      <sid min="" max=""><!--req, xs:string, scene ID, ranges from 1 to 10, supports up to 10 scene configurations--></sid>
      <sceneName  min="" max=""><!--req, xs:string--></sceneName>
      <patrolId  min="" max=""><!--opt, xs:integer, ranges from 0 to 10, 0 means no patrol--></patrolId>
      <dwelltime  min="" max=""><!--opt, xs:integer, the dwell time of the patrol point, ranges from 30 to 720 (unit: second)--></dwelltime>
      <traceEnable opt="true,false"><!--req, xs:string, "true, false"--></traceEnable>
      <trackDuration min="" max=""><!--req, xs:integer, tracking time, ranges from 0 to 300 (unit: second), 0 means continuous tracking--></trackDuration>
      <PTZLimitEnable opt="true,false"><!--req, xs:string, "true, false"--><PTZLimitEnable>
      <SceneNameOverlay> 	
        <enabled opt="true,false"><!--req, xs:boolean--></enabled>
        <normalizedScreenSize>
          <normalizedScreenWidth><!--req, xs:integer--></normalizedScreenWidth>
          <normalizedScreenHeight><!--req, xs:integer--></normalizedScreenHeight>
        </normalizedScreenSize>
        <positionX><!--req, xs:integer--></positionX> 
        <positionY><!--req, xs:integer--></positionY> 
      </SceneNameOverlay>
      <sceneRatio min="" max=""><!--ro, xs:integer, scene ratio--></sceneRatio>
    </IntelliTraceBlock>
  </IntelliTraceBlockList>
</IntelliTraceCap>