DJI Mobile SDK Documentation

      class DJIWaypointV2GimbalPathShootingParam

      @interface DJIWaypointV2GimbalPathShootingParam : NSObject
      Header:DJIWaypointV2Action.h
      Inherits From:NSObject
      Description:

      This class defines the parameters for DJIWaypointV2GimbalActuatorParam. It determines how the gimbal actuator will be performed when a waypoint mission is executed.

      Class Members:
      Gimbal Path Point Info Param
      class
      Gimbal Start Path Shooting Param
      class
      Gimbal Stop Path Shooting Param
      class
      Operation Type
      property
      property pathShootingType
      @property (nonatomic, assign) DJIWaypointV2GimbalPathShootingType pathShootingType
      Header:DJIWaypointV2Action.h
      Description:

      The operation type of gimbal actuator. See DJIWaypointV2GimbalPathShootingType.

      See Also:

      DJIWaypointV2GimbalPathShootingType

      Start Path Shooting Param
      property
      property startPathShootingParam
      @property (nonatomic, strong) DJIWaypointV2GimbalStartPathShootingParam* startPathShootingParam
      Header:DJIWaypointV2Action.h
      Description:

      The parameter for start path shooting. It's valid only when DJIWaypointV2GimbalPathShootingType is DJIWaypointV2GimbalStartPathShooting

      See Also:

      DJIWaypointV2GimbalStartPathShootingParam

      Stop Path Shooting Param
      property
      property stopPathShootingParam
      @property (nonatomic, strong) DJIWaypointV2GimbalStopPathShootingParam* stopPathShootingParam
      Header:DJIWaypointV2Action.h
      Description:

      The parameters for stop path shooting. It's valid only when DJIWaypointV2GimbalPathShootingType is DJIWaypointV2GimbalStopPathShooting.

      See Also:

      DJIWaypointV2GimbalStopPathShootingParam