DJI Mobile SDK Documentation

      class WaypointTrajectoryTriggerParam

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

      This class represents a trajectory trigger action when should be trigger. This trigger only supported WaypointGimbalActuatorParam.

      Class Members:
      Start Index
      method
      method getStartIndex
      int getStartIndex()
      Package:dji.common.mission.waypointv2.Action
      Description:

      It determines the index of the waypoint at which the trigger starts.

      Return:
      intAn int value of start index.
      End Index
      method
      method getEndIndex
      int getEndIndex()
      Package:dji.common.mission.waypointv2.Action
      Description:

      It determines the waypoint when the trigger stops.

      Return:
      intAn int value of end index.
      Make Waypoint Trajectory Trigger Param
      class