class DJIWaypointV2GimbalStartPathShootingParam
@interface DJIWaypointV2GimbalStartPathShootingParam : NSObject
|
Header: | DJIWaypointV2Action.h |
Inherits From: | NSObject |
Description:
This class defines the gimbal start path shooting parameters.
Class Members:
property pathCycleMode
@property (nonatomic, assign) DJIWaypointV2ActionActuatorGimbalPathCycleMode pathCycleMode
|
Header: | DJIWaypointV2Action.h |
Description:
Determines whether path shooting is executed once or countless times.
See Also:
DJIWaypointV2ActionActuatorGimbalPathCycleMode
property pointNum
@property (nonatomic, assign) int pointNum
|
Header: | DJIWaypointV2Action.h |
Description:
The point number, it is the size of the pointInfo
list.
property pointInfo
@property (nonatomic, strong) NSMutableArray<DJIWaypointV2GimbalPathPointInfo*> * pointInfo
|
Header: | DJIWaypointV2Action.h |
Description:
Path shooting point information list which contain parameters for path shooting.
See Also:
DJIWaypointV2GimbalPathPointInfo