java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraThermalScene |
Supported only by thermal imaging camera
Use the Scene option to instantly enhance your image.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.CameraThermalScene | Default | Automatically adjusts DDE, ACE, SSO, brightness and contrast. | |||||||||
DJICameraSettingsDef.CameraThermalScene | Indoor | Automatically adjusts DDE, ACE, SSO, brightness and contrast with presets optimized for indoor scenes. | |||||||||
DJICameraSettingsDef.CameraThermalScene | Linear | Lienarly transforms the 14-bit sensor pixel data to 8-bit JPEG/MP4 pixel data. | |||||||||
DJICameraSettingsDef.CameraThermalScene | Manual | Allows manual setting of DDE, ACE, SSO, brightness and contrast. | |||||||||
DJICameraSettingsDef.CameraThermalScene | Outdoor | Automatically adjusts DDE, ACE, SSO, brightness and contrast with presets optimized for outdoor scenes. | |||||||||
DJICameraSettingsDef.CameraThermalScene | SeaSky | Automatically adjusts DDE, ACE, SSO, brightness and contrast with presets optimized for scenes composed of the sea and the sky scenes. | |||||||||
DJICameraSettingsDef.CameraThermalScene | Unknown | The Scene type is unknown. | |||||||||
DJICameraSettingsDef.CameraThermalScene | User_1 | Saved settings of DDE, ACE, SSO, brightness and contrast. | |||||||||
DJICameraSettingsDef.CameraThermalScene | User_2 | Second saved settings of DDE, ACE, SSO, brightness and contrast. | |||||||||
DJICameraSettingsDef.CameraThermalScene | User_3 | Third saved settings of DDE, ACE, SSO, brightness and contrast. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
_equals(int b)
Compares the input integer value with the real value of an enum value.
| ||||||||||
int |
value()
Returns the real value of an enum value.
| ||||||||||
static DJICameraSettingsDef.CameraThermalScene | valueOf(String name) | ||||||||||
final static CameraThermalScene[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Automatically adjusts DDE, ACE, SSO, brightness and contrast.
Automatically adjusts DDE, ACE, SSO, brightness and contrast with presets optimized for indoor scenes.
Lienarly transforms the 14-bit sensor pixel data to 8-bit JPEG/MP4 pixel data.
Allows manual setting of DDE, ACE, SSO, brightness and contrast.
Automatically adjusts DDE, ACE, SSO, brightness and contrast with presets optimized for outdoor scenes.
Automatically adjusts DDE, ACE, SSO, brightness and contrast with presets optimized for scenes composed of the sea and the sky scenes.
Saved settings of DDE, ACE, SSO, brightness and contrast.
Second saved settings of DDE, ACE, SSO, brightness and contrast.
Third saved settings of DDE, ACE, SSO, brightness and contrast.
Compares the input integer value with the real value of an enum value.
b | The input integer value |
---|
Returns the real value of an enum value.