java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.gimbal.DJIGimbalAdvancedSettingsProfile |
The Advanced Settings Profile contains presets for SmoothTrack and the Physical Controller sensitivity. SmoothTrack and Controller settings can only be manually changed if Custom1 or Custom2 profiles are selected. Supported only by Osmo.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJIGimbalAdvancedSettingsProfile | Custom1 | The gimbal uses a custom configuration in memory slot 1 where the yaw and pitch speed, deadband and acceleration can be defined. | |||||||||
DJIGimbalAdvancedSettingsProfile | Custom2 | The gimbal uses a custom configuration in memory slot 2 where the yaw and pitch speed, deadband and acceleration can be defined. | |||||||||
DJIGimbalAdvancedSettingsProfile | Fast | The gimbal's SmoothTrack and Controller sensitivity is high. | |||||||||
DJIGimbalAdvancedSettingsProfile | Medium | The gimbal's SmoothTrack and Controller sensitivity is medium. | |||||||||
DJIGimbalAdvancedSettingsProfile | Slow | The gimbal's SmoothTrack and Controller sensitivity is low. | |||||||||
DJIGimbalAdvancedSettingsProfile | Unknown | The gimbal's user configuration type is unknown. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Returns the boolean result which compare the input integer value with the real value of a enum constant.
| ||||||||||
static DJIGimbalAdvancedSettingsProfile |
find(int value)
Returns the enum constant of this type with the input integer value.
| ||||||||||
int |
value()
Returns the real value of a enum constant.
| ||||||||||
static DJIGimbalAdvancedSettingsProfile | valueOf(String name) | ||||||||||
final static DJIGimbalAdvancedSettingsProfile[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The gimbal uses a custom configuration in memory slot 1 where the yaw and pitch speed, deadband and acceleration can be defined.
The gimbal uses a custom configuration in memory slot 2 where the yaw and pitch speed, deadband and acceleration can be defined.
The gimbal's SmoothTrack and Controller sensitivity is high. When the gimbal is using this profile, user cannot change the Advanced Settings manually.
The gimbal's SmoothTrack and Controller sensitivity is medium. When the gimbal is using this profile, user cannot change the Advanced Settings manually.
The gimbal's SmoothTrack and Controller sensitivity is low. When the gimbal is using this profile, user cannot change the Advanced Settings manually.
The gimbal's user configuration type is unknown.
Returns the boolean result which compare the input integer value with the real value of a enum constant.
b | The input integer value |
---|
Returns the enum constant of this type with the input integer value.
value | The input integer value |
---|
Returns the real value of a enum constant.