public static final enum

DJICameraSettingsDef.CameraThermalDigitalZoomScale

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

Class Overview

Supported only by thermal Camera
The digital zoom.

Summary

Enum Values
DJICameraSettingsDef.CameraThermalDigitalZoomScale  Unknown  The digital zoom is unknown. 
DJICameraSettingsDef.CameraThermalDigitalZoomScale  x1  The digital zoom is x1. 
DJICameraSettingsDef.CameraThermalDigitalZoomScale  x2  The digital zoom is x2. 
DJICameraSettingsDef.CameraThermalDigitalZoomScale  x4  The digital zoom is x4. 
DJICameraSettingsDef.CameraThermalDigitalZoomScale  x8  The digital zoom is x8. 
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.CameraThermalDigitalZoomScale valueOf(String name)
final static CameraThermalDigitalZoomScale[] 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.CameraThermalDigitalZoomScale Unknown

The digital zoom is unknown.

public static final DJICameraSettingsDef.CameraThermalDigitalZoomScale x1

The digital zoom is x1.

public static final DJICameraSettingsDef.CameraThermalDigitalZoomScale x2

The digital zoom is x2.

public static final DJICameraSettingsDef.CameraThermalDigitalZoomScale x4

The digital zoom is x4.

public static final DJICameraSettingsDef.CameraThermalDigitalZoomScale x8

The digital zoom is x8. Only for resolution 640 x 512.

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

public static final CameraThermalDigitalZoomScale[] values ()