class MovementSettings
@EXClassNullAway class MovementSettings
|
Package: | dji.common.gimbal |
Description:
The current movement settings of the gimbal. These include settings for SmoothTrack and the Controller.
Class Members:
General
method getProfile
MovementSettingsProfile getProfile()
|
Description:
Advanced settings profile.
Return:
SmoothTrack
method isYawSmoothTrackEnabled
boolean isYawSmoothTrackEnabled()
|
Description:
true
if gimbal SmoothTrack is enabled for the yaw axis.
Return:
method isPitchSmoothTrackEnabled
boolean isPitchSmoothTrackEnabled()
|
Description:
true
if gimbal SmoothTrack is enabled for the pitch axis.
Return:
method getYawSmoothTrackSpeed
int getYawSmoothTrackSpeed()
|
Description:
SmoothTrack yaw axis speed determines how fast the gimbal will catch up with the translated yaw handle movement. Range is [0,100].
Return:
method getPitchSmoothTrackSpeed
int getPitchSmoothTrackSpeed()
|
Description:
SmoothTrack pitch axis speed determines how fast the gimbal will catch up with the translated pitch handle movement. Range is [0,100].
Return:
method getYawSmoothTrackDeadband
int getYawSmoothTrackDeadband()
|
Description:
A larger SmoothTrack yaw axis deadband requires more yaw handle movement to translate into gimbal motion. Range is [0,90] degrees.
Return:
method getPitchSmoothTrackDeadband
int getPitchSmoothTrackDeadband()
|
Description:
A larger SmoothTrack pitch axis deadband requires more pitch handle movement to translate into gimbal motion. Range is [0,90] degrees.
Return:
method getYawSmoothTrackAcceleration
int getYawSmoothTrackAcceleration()
|
Description:
SmoothTrack yaw axis acceleration determines how closely the gimbal's yaw axis will follow the translated controller movement. Range is [0,30].
Return:
method getPitchSmoothTrackAcceleration
int getPitchSmoothTrackAcceleration()
|
Description:
SmoothTrack pitch axis acceleration determines how closely the camera will follow the translated pitch handle movement. Range is [0,30].
Return:
Controller
method getYawControllerSmoothingFactor
int getYawControllerSmoothingFactor()
|
Description:
Controller yaw axis smoothing controls the deceleration of the gimbal. A small value will cause the gimbal to stop abruptly. Range is [0,30].
Return:
method getPitchControllerSmoothingFactor
int getPitchControllerSmoothingFactor()
|
Description:
Controller pitch axis smoothing controls the deceleration of the gimbal. A small value will cause the gimbal to stop abruptly. Range is [0,30].
Return:
method getYawControllerSpeedCoefficient
int getYawControllerSpeedCoefficient()
|
Description:
Controller yaw axis speed determines how sensitively the gimbal's yaw axis will follow the controller movement. Range is [0,100].
Return:
method getPitchControllerSpeedCoefficient
int getPitchControllerSpeedCoefficient()
|
Description:
Controller pitch axis speed determines how sensitively the gimbal's pitch axis will follow the controller movement. Range is [0,100].
Return: