DJI Mobile SDK Documentation

      class HybridZoomSpec

      static class HybridZoomSpec
      Package:dji.common.camera
      Description:

      Hybrid zoom lens profile. Includes focal length range and maximum optical focal length and minimum focal length step. Supported by Mavic 2 Zoom Camera and Mavic 2 Enterprise Camera.

      Class Members:

      Members

      method getMaxHybridFocalLength
      int getMaxHybridFocalLength()
      Package:dji.common.camera
      Description:

      The maximum hybrid zoom focal length of the lens in units of 0.1mm.

      Return:
      intMaximum focal length of lens.
      method getMinHybridFocalLength
      int getMinHybridFocalLength()
      Package:dji.common.camera
      Description:

      The minimum hybrid zoom focal length of the lens in units of 0.1mm.

      Return:
      intMinimum focal length of lens.
      method getMaxOpticalFocalLength
      int getMaxOpticalFocalLength()
      Package:dji.common.camera
      Description:

      The maximum optical zoom focal length of the lens in units of 0.1mm.

      Return:
      intMinimum focal length of lens.
      method getFocalLengthStep
      int getFocalLengthStep()
      Package:dji.common.camera
      Description:

      The minimum interval of focal length change in units of 0.1mm.

      Return:
      intFocal length step.