设备网络SDK开发使用手册


<AttendedBaggage version="2.0" xmlns="http://www.std-cgi.org/ver20/XMLSchema">
  <id>
    <!-- req, xs:string -->
  </id>
  <enabled>
    <!-- req, xs:boolean -->
  </enabled>
  <normalizedScreenSize>
    <!-- req, ro -->
    <normalizedScreenWidth>
      <!-- req, ro,xs:integer -->
    </normalizedScreenWidth>
    <normalizedScreenHeight>
      <!-- req, ro,xs:integer -->
    </normalizedScreenHeight>
  </normalizedScreenSize>
  <AttendedBaggageRegionList size="4">
    <AttendedBaggageRegion version="2.0" xmlns="http://www.std-cgi.org/ver20/XMLSchema">
      <id>
        <!-- req, xs:string -->
      </id>
      <sensitivityLevel min="1" max="100">
        <!--req, xs:integer, 1..100, 1 is the least sensitive-->
      </sensitivityLevel>
      <timeThreshold min="5" max="100"/>
      <!-- req, xs:integer,seconds -->
      <RegionCoordinatesList size="4">
        <RegionCoordinates>
          <!-- req, -->
          <positionX>
            <!-- req, xs:integer;coordinate -->
          </positionX>
          <positionY>
            <!-- req, xs:integer;coordinate  -->
          </positionY>
        </RegionCoordinates>
      </RegionCoordinatesList>
    </AttendedBaggageRegion>
  </AttendedBaggageRegionList>
  <mutexAbility opt="PDC,videoFrameRate50,videoFrameRate60,19-1920*1080@50fps,20-1920*1080@60fps,recordPlan"/>
  <!--opt,ro, xs:string, "PDC,videoFrameRate50,videoFrameRate60,19-1920*1080@50fps,20-1920*1080@60fps,录像计划" -->
  <isSupportMultiScene>
    <!-- opt, xs:boolen -->
  </isSupportMultiScene>
</AttendedBaggage>