DJI Mobile SDK Documentation

      class WaypointCameraFocusPointTargetParam

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

      This class defines a camera point focus target for WaypointCameraFocusParam.

      Class Members:
      Camera Focus Point
      method
      method getFocusPoint
      PointF getFocusPoint()
      Package:dji.common.mission.waypointv2.Action
      Description:

      The lens focus target point. When the focus mode is auto, the target point is the focal point. When the focus mode is manual, the target point is the zoom out area if the focus assistant is enabled for the manual mode. The range for x and y is from 0.0 to 1.0. The point [0.0, 0.0] represents the top-left angle of the screen.

      Return:
      PointFAn object of PointF.
      Constructor
      class