class WaypointGimbalPathShooting
class WaypointGimbalPathShooting
Package: dji.common.mission.waypointv2.Action
Description:
This class defines the parameters for WaypointGimbalActuatorParam
. 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
Make Waypoint V2 Gimbal Path Shooting Param
class
method getPathShootingType
ActionTypes.GimbalPathShootingType getPathShootingType ()
Package: dji.common.mission.waypointv2.Action
Description:
The operation type of gimbal actuator. See GimbalPathShootingType
.
Return:
Start Path Shooting Param
method
method getStartPathShootingParam
WaypointGimbalStartPathShootingParam getStartPathShootingParam ()
Package: dji.common.mission.waypointv2.Action
Description:
The parameter for start path shooting. It's valid only when GimbalPathShootingType
is START_PATH_SHOOTING
Return:
Stop Path Shooting Param
method
method getStopPathShootingParam
WaypointGimbalStopPathShootingParam getStopPathShootingParam ()
Package: dji.common.mission.waypointv2.Action
Description:
The parameters for stop path shooting. It's valid only when GimbalPathShootingType
is STOP_PATH_SHOOTING
.
Return: