java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | dji.common.camera.DJICameraSettingsDef.CameraThermalResolution |
Supported only by thermal Camera
The resolution of thermal imaging camera.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DJICameraSettingsDef.CameraThermalResolution | Resolution_336x256 | The thermal imaging camera resolution is 336x256. | |||||||||
DJICameraSettingsDef.CameraThermalResolution | Resolution_640x512 | The thermal imaging camera resolution is 640x512. | |||||||||
DJICameraSettingsDef.CameraThermalResolution | Unknown | The thermal imaging camera resolution is unknown... |
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.CameraThermalResolution | valueOf(String name) | ||||||||||
final static CameraThermalResolution[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
The thermal imaging camera resolution is 336x256.
The thermal imaging camera resolution is 640x512.
The thermal imaging camera resolution is unknown...
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.