public static final enum

DJICameraSettingsDef.CameraThermalFrameRateUpperBound

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

Class Overview

Supported only by thermal Camera
The frame rate upper bound.

Summary

Enum Values
DJICameraSettingsDef.CameraThermalFrameRateUpperBound  Unknown  The thermal imaging camera frame rate upper bound is unknown. 
DJICameraSettingsDef.CameraThermalFrameRateUpperBound  UpperBound_30Hz  The thermal imaging camera frame rate upper bound is 30Hz.. 
DJICameraSettingsDef.CameraThermalFrameRateUpperBound  UpperBound_8p3Hz  The thermal imaging camera frame rate upper bound is 8.3Hz.. 
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.CameraThermalFrameRateUpperBound valueOf(String name)
final static CameraThermalFrameRateUpperBound[] 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.CameraThermalFrameRateUpperBound Unknown

The thermal imaging camera frame rate upper bound is unknown.

public static final DJICameraSettingsDef.CameraThermalFrameRateUpperBound UpperBound_30Hz

The thermal imaging camera frame rate upper bound is 30Hz..

public static final DJICameraSettingsDef.CameraThermalFrameRateUpperBound UpperBound_8p3Hz

The thermal imaging camera frame rate upper bound is 8.3Hz..

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

public static final CameraThermalFrameRateUpperBound[] values ()