设备网络SDK开发使用手册


<PTZAbsoluteEx version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <elevation min="-90.000" max="270.000">
    <!-- opt, xs:float,垂直转动角度范围-->
  </elevation>
  <azimuth min="0" max="360.000">
    <!-- opt, xs:float,水平转动角度范围 -->
  </azimuth>
  <absoluteZoom min="0" max="10000.00">
    <!-- opt, xs:float,变倍范围 -->
  </absoluteZoom>
  <focus min="1" max="100000">
    <!-- req, xs:intger, 聚焦范围-->
  </focus>
  <focalLen min="1" max="100000">
    <!-- req, xs:intger, 焦距范围-->
  </focalLen>
  <horizontalSpeed min="0" max="1000.00">
    <!--opt, xs:float ,水平转动速度,单位:度/S-->
  </horizontalSpeed>
  <verticalSpeed min="0" max="1000.00">
    <!--opt, xs:float,垂直转动速度,单位:度/S-->
  </verticalSpeed>
  <zoomType opt = "absoluteZoom, focalLen">
    <!--opt, xs:string,镜头变倍类型,absoluteZoom:通过变倍参数进行配置,选择为该类型时,<absoluteZoom>参数生效。focalLen:通过焦距参数进行配置,选择为该类型时,<focalLen>参数生效。 -->
  </zoomType>
</PTZAbsoluteEx>