class DJIWaypointV2IntervalTriggerParam
@interface DJIWaypointV2IntervalTriggerParam : NSObject
|
Header: | DJIWaypointV2Action.h |
Inherits From: | NSObject |
Description:
This class defines DJIWaypointV2ActionTriggerTypeTrajectory
. This class only support the parameters of DJIWaypointV2CameraActuatorParam
. You can add multiple actions to the trigger, For example, if you want to add actions for camera to take photo and record video, you should add action with DJIWaypointV2AssociateTriggerParam
, and set the associated action ID with another action, the actionAssociatedType
should be DJIWaypointV2TriggerAssociatedTimingTypeAfterFinished
.
Class Members:
property startIndex
@property (nonatomic, assign) NSUInteger startIndex
|
Header: | DJIWaypointV2Action.h |
Description:
It determines the index of the waypoint at which the trigger starts.
Action Interval Type
property