| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.camera.CameraThermalVersion | |
There is a standard version and version with Advanced Radiometry capabilities of the Zenmuse XT thermal camera. This enum defines the versions. Supported only by thermal imaging cameras.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CameraThermalVersion | XTAdvancedRadiometry | The thermal camera is Zenmuse XT Advanced Radiometry version. | |||||||||
| CameraThermalVersion | XTStandard | The thermal camera is Zenmuse XT Standard version. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static CameraThermalVersion | valueOf(String name) | ||||||||||
| final static CameraThermalVersion[] | values() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
The thermal camera is Zenmuse XT Advanced Radiometry version.
The thermal camera is Zenmuse XT Standard version.