| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.camera.DJICameraThermalMeasurementMode | |
Thermal measurement mode.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJICameraThermalMeasurementMode | AreaMetering | Enable temperature measurement and set mode to area metering. | |||||||||
| DJICameraThermalMeasurementMode | Disabled | Disable the temperature measuring. | |||||||||
| DJICameraThermalMeasurementMode | SpotMetering | Enable temperature measurement and set mode to spot metering. | |||||||||
| DJICameraThermalMeasurementMode | Unknown | Thermal camera's temperature measurement mode is unknown. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| boolean | 
        _equals(int b)
        
         Compares the input integer value with the real value of an enum value. 
  
   | ||||||||||
| static DJICameraThermalMeasurementMode | 
        find(int value)
        
         Returns the enum constant of this type with the input integer value. 
  
   | ||||||||||
| int | 
        value()
        
         Returns the real value of an enum value. 
  
   | ||||||||||
| static DJICameraThermalMeasurementMode | valueOf(String name) | ||||||||||
| final static DJICameraThermalMeasurementMode[] | values() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
Enable temperature measurement and set mode to area metering. Use `camera:didUpdateAreaTemperatureAggregations:` in `DJICameraDelegate` to receive the updated temperature data. Only supported by the advanced radiometry version XT camera.
Enable temperature measurement and set mode to spot metering. Use `[camera:didUpdateTemperatureData:]` in `DJICameraDelegate` to receive the updated temperature data. In this mode, the advanced radiometry version XT camera can change the metering point using `setThermalSpotMeteringTargetPoint:withCompletion`.
Thermal camera's temperature measurement mode is unknown.
Compares the input integer value with the real value of an enum value.
| b | The input integer value. | 
|---|
Returns the enum constant of this type with the input integer value.
| value | The input integer value. | 
|---|
Returns the real value of an enum value.