java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.gimbal.DJIGimbalCapabilityKey |
These enums are keys for gimbal capability map.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIGimbalCapabilityKey | AdjustPitch | The key enum to query whether the gimbal supports adjusting pitch axis and the valid range if it is adjustable. | |||||||||
DJIGimbalCapabilityKey | AdjustRoll | The key enum to query whether the gimbal supports adjusting roll axis and the valid range if it is adjustable. | |||||||||
DJIGimbalCapabilityKey | AdjustYaw | The key enum to query whether the gimbal supports adjusting yaw axis and the valid range if it is adjustable. | |||||||||
DJIGimbalCapabilityKey | AdvancedSettingsProfile | The key enum to query whether the gimbal provides profiles for the advanced setting. | |||||||||
DJIGimbalCapabilityKey | ControllerDeadbandPitch | The key enum to query whether the gimbal supports controller deadband setting for pitch axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | ControllerDeadbandYaw | The key enum to query whether the gimbal supports controller deadband setting for pitch axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | ControllerSmoothingPitch | The key enum to query whether the gimbal supports controller smoothing setting for pitch axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | ControllerSmoothingYaw | The key enum to query whether the gimbal supports controller smoothing setting for yaw axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | ControllerSpeedPitch | The key enum to query whether the gimbal supports controller speed setting for pitch axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | ControllerSpeedYaw | The key enum to query whether the gimbal supports controller speed setting for yaw axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | EndpointPitchDown | The key enum to query whether the gimbal supports endpoint setting for pitch down direction and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | EndpointPitchUp | The key enum to query whether the gimbal supports endpoint setting for pitch up direction and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | EndpointYawLeft | The key enum to query whether the gimbal supports endpoint setting for yaw left direction and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | EndpointYawRight | The key enum to query whether the gimbal supports endpoint setting for yaw right direction and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | MotorControlGyroFilteringPitch | The key enum to query whether the gimbal supports motor control gyro filtering setting for pitch axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | MotorControlGyroFilteringRoll | The key enum to query whether the gimbal supports motor control gyro filtering setting for roll axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | MotorControlGyroFilteringYaw | The key enum to query whether the gimbal supports motor control gyro filtering setting for yaw axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | MotorControlPrecontrolPitch | The key enum to query whether the gimbal supports motor control pre-control setting for pitch axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | MotorControlPrecontrolRoll | The key enum to query whether the gimbal supports motor control pre-control setting for roll axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | MotorControlPrecontrolYaw | The key enum to query whether the gimbal supports motor control pre-control setting for yaw axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | MotorControlStiffnessPitch | The key enum to query whether the gimbal supports motor control stiffness setting for pitch axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | MotorControlStiffnessRoll | The key enum to query whether the gimbal supports motor control stiffness setting for roll axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | MotorControlStiffnessYaw | The key enum to query whether the gimbal supports motor control stiffness setting for yaw axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | MotorControlStrengthPitch | The key enum to query whether the gimbal supports motor control strength setting for pitch axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | MotorControlStrengthRoll | The key enum to query whether the gimbal supports motor control strength setting for roll axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | MotorControlStrengthYaw | The key enum to query whether the gimbal supports motor control strength setting for yaw axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | PitchRangeExtension | The key enum to query whether the gimbal supports pitch range extension. | |||||||||
DJIGimbalCapabilityKey | SmoothTrackAccelerationPitch | The key enum to query whether the gimbal supports SmoothTrack acceleration setting for pitch axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | SmoothTrackAccelerationYaw | The key enum to query whether the gimbal supports SmoothTrack acceleration setting for yaw axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | SmoothTrackDeadbandPitch | The key enum to query whether the gimbal supports SmoothTrack deadband setting for pitch axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | SmoothTrackDeadbandYaw | The key enum to query whether the gimbal supports SmoothTrack deadband setting for yaw axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | SmoothTrackEnabledPitch | The key enum to query whether the gimbal supports toggling the SmoothTrack on pitch axis. | |||||||||
DJIGimbalCapabilityKey | SmoothTrackEnabledYaw | The key enum to query whether the gimbal supports toggling the SmoothTrack on yaw axis. | |||||||||
DJIGimbalCapabilityKey | SmoothTrackSpeedPitch | The key enum to query whether the gimbal supports SmoothTrack speed setting for pitch axis and the valid range if the setting is supported. | |||||||||
DJIGimbalCapabilityKey | SmoothTrackSpeedYaw | The key enum to query whether the gimbal supports SmoothTrack speed setting for yaw axis and the valid range if the setting is supported. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Class<? extends DJIParamCapability> | capabilityClass() | ||||||||||
String | value() | ||||||||||
static DJIGimbalCapabilityKey | valueOf(String name) | ||||||||||
final static DJIGimbalCapabilityKey[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The key enum to query whether the gimbal supports adjusting pitch axis and the valid range if it is adjustable. For products that support pitch range extension (e.g. Phantom 3 series and Phantom 4), the returned valid range is the range assuming pitch extension is enabled. A negative value in the valid range represents clockwise rotation. A positive value in the valid range represents counter-clockwise rotation
The key enum to query whether the gimbal supports adjusting roll axis and the valid range if it is adjustable.
The key enum to query whether the gimbal supports adjusting yaw axis and the valid range if it is adjustable.
The key enum to query whether the gimbal provides profiles for the advanced setting.
The key enum to query whether the gimbal supports controller deadband setting for pitch axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports controller deadband setting for pitch axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports controller smoothing setting for pitch axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports controller smoothing setting for yaw axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports controller speed setting for pitch axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports controller speed setting for yaw axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports endpoint setting for pitch down direction and the valid range if the setting is supported.
The key enum to query whether the gimbal supports endpoint setting for pitch up direction and the valid range if the setting is supported.
The key enum to query whether the gimbal supports endpoint setting for yaw left direction and the valid range if the setting is supported.
The key enum to query whether the gimbal supports endpoint setting for yaw right direction and the valid range if the setting is supported.
The key enum to query whether the gimbal supports motor control gyro filtering setting for pitch axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports motor control gyro filtering setting for roll axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports motor control gyro filtering setting for yaw axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports motor control pre-control setting for pitch axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports motor control pre-control setting for roll axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports motor control pre-control setting for yaw axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports motor control stiffness setting for pitch axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports motor control stiffness setting for roll axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports motor control stiffness setting for yaw axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports motor control strength setting for pitch axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports motor control strength setting for roll axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports motor control strength setting for yaw axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports pitch range extension.
The key enum to query whether the gimbal supports SmoothTrack acceleration setting for pitch axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports SmoothTrack acceleration setting for yaw axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports SmoothTrack deadband setting for pitch axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports SmoothTrack deadband setting for yaw axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports toggling the SmoothTrack on pitch axis. Ronin MX cannot toggle the SmoothTrack functionality and it is always enabled.
The key enum to query whether the gimbal supports toggling the SmoothTrack on yaw axis. Ronin MX cannot toggle the SmoothTrack functionality and it is always enabled.
The key enum to query whether the gimbal supports SmoothTrack speed setting for pitch axis and the valid range if the setting is supported.
The key enum to query whether the gimbal supports SmoothTrack speed setting for yaw axis and the valid range if the setting is supported.