public static final enum

DJICameraSettingsDef.CameraThermalScene

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

Class Overview

Supported only by thermal imaging camera
Use the Scene option to instantly enhance your image.

Summary

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

Enum Values

public static final DJICameraSettingsDef.CameraThermalScene Default

Automatically adjusts DDE, ACE, SSO, brightness and contrast.

public static final DJICameraSettingsDef.CameraThermalScene Indoor

Automatically adjusts DDE, ACE, SSO, brightness and contrast with presets optimized for indoor scenes.

public static final DJICameraSettingsDef.CameraThermalScene Linear

Lienarly transforms the 14-bit sensor pixel data to 8-bit JPEG/MP4 pixel data.

public static final DJICameraSettingsDef.CameraThermalScene Manual

Allows manual setting of DDE, ACE, SSO, brightness and contrast.

public static final DJICameraSettingsDef.CameraThermalScene Outdoor

Automatically adjusts DDE, ACE, SSO, brightness and contrast with presets optimized for outdoor scenes.

public static final DJICameraSettingsDef.CameraThermalScene SeaSky

Automatically adjusts DDE, ACE, SSO, brightness and contrast with presets optimized for scenes composed of the sea and the sky scenes.

public static final DJICameraSettingsDef.CameraThermalScene Unknown

The Scene type is unknown.

public static final DJICameraSettingsDef.CameraThermalScene User_1

Saved settings of DDE, ACE, SSO, brightness and contrast.

public static final DJICameraSettingsDef.CameraThermalScene User_2

Second saved settings of DDE, ACE, SSO, brightness and contrast.

public static final DJICameraSettingsDef.CameraThermalScene User_3

Third saved settings of DDE, ACE, SSO, brightness and contrast.

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.CameraThermalScene valueOf (String name)

public static final CameraThermalScene[] values ()