public static final enum

DJICameraSettingsDef.CameraThermalLensFocalLength

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

Class Overview

Supported only by thermal Camera
The lens model.

Summary

Enum Values
DJICameraSettingsDef.CameraThermalLensFocalLength  Length_13mm  The thermal imaging camera lens focal length is 13mm. 
DJICameraSettingsDef.CameraThermalLensFocalLength  Length_19mm  The thermal imaging camera lens focal length is 19mm. 
DJICameraSettingsDef.CameraThermalLensFocalLength  Length_6p8mm  The thermal imaging camera lens focal length is 6.8mm. 
DJICameraSettingsDef.CameraThermalLensFocalLength  Length_7p5mm  The thermal imaging camera lens focal length is 7.5mm. 
DJICameraSettingsDef.CameraThermalLensFocalLength  Length_9mm  The thermal imaging camera lens focal length is 9mm. 
DJICameraSettingsDef.CameraThermalLensFocalLength  Unknown  The thermal imaging camera lens focal length 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.CameraThermalLensFocalLength valueOf(String name)
final static CameraThermalLensFocalLength[] 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.CameraThermalLensFocalLength Length_13mm

The thermal imaging camera lens focal length is 13mm.

public static final DJICameraSettingsDef.CameraThermalLensFocalLength Length_19mm

The thermal imaging camera lens focal length is 19mm.

public static final DJICameraSettingsDef.CameraThermalLensFocalLength Length_6p8mm

The thermal imaging camera lens focal length is 6.8mm.

public static final DJICameraSettingsDef.CameraThermalLensFocalLength Length_7p5mm

The thermal imaging camera lens focal length is 7.5mm.

public static final DJICameraSettingsDef.CameraThermalLensFocalLength Length_9mm

The thermal imaging camera lens focal length is 9mm.

public static final DJICameraSettingsDef.CameraThermalLensFocalLength Unknown

The thermal imaging camera lens focal length 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.CameraThermalLensFocalLength valueOf (String name)

public static final CameraThermalLensFocalLength[] values ()