| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.camera.DJICameraSettingsDef.CameraThermalGainMode | |
Supported only by thermal Camera
 The gain mode.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJICameraSettingsDef.CameraThermalGainMode | Auto | The camera will automatically select the optimal gain mode according to the temperature range of the image. | |||||||||
| DJICameraSettingsDef.CameraThermalGainMode | High | The camera covers a smaller temperature range but is more sensitive to temperature differences. | |||||||||
| DJICameraSettingsDef.CameraThermalGainMode | Low | The camera covers a wider temperature range but is less sensitive to temperature differences. | |||||||||
| DJICameraSettingsDef.CameraThermalGainMode | Unknown | The gain mode 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.CameraThermalGainMode | valueOf(String name) | ||||||||||
| final static CameraThermalGainMode[] | values() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
The camera will automatically select the optimal gain mode according to the temperature range of the image.
The camera covers a smaller temperature range but is more sensitive to temperature differences.
The camera covers a wider temperature range but is less sensitive to temperature differences.
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.