public static final enum

DJICameraSettingsDef.CameraThermalGainMode

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ dji.common.camera.DJICameraSettingsDef.CameraThermalGainMode

Class Overview

Supported only by thermal Camera
The gain mode.

Summary

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

Enum Values

public static final DJICameraSettingsDef.CameraThermalGainMode Auto

The camera will automatically select the optimal gain mode according to the temperature range of the image.

public static final DJICameraSettingsDef.CameraThermalGainMode High

The camera covers a smaller temperature range but is more sensitive to temperature differences.

public static final DJICameraSettingsDef.CameraThermalGainMode Low

The camera covers a wider temperature range but is less sensitive to temperature differences.

public static final DJICameraSettingsDef.CameraThermalGainMode Unknown

The gain mode is unknown.

Public Methods

public boolean _equals (int b)

Compares the input integer value with the real value of an enum value.

Parameters
b The input integer value
Returns
  • boolean The compared result.

public int value ()

Returns the real value of an enum value.

Returns
  • integer The real value

public static DJICameraSettingsDef.CameraThermalGainMode valueOf (String name)

public static final CameraThermalGainMode[] values ()