DJI Mobile SDK Documentation

      class WaypointCameraZoomParam

      class WaypointCameraZoomParam
      Package:dji.common.mission.waypointv2.Action
      Description:

      This class defines a camera focal length operation for WaypointCameraActuatorParam.

      Class Members:
      Operation Type
      method
      method getFocalLength
      int getFocalLength()
      Package:dji.common.mission.waypointv2.Action
      Description:

      Focal length of zoom lens. Valid range is [getMinFocalLength, getMinFocalLength] and must be a multiple of getFocalLengthStep. Only support by those camera isOpticalZoomSupported return true.

      Return:
      intAn int value of the zoom lens' focal length.
      Builder
      class