| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | dji.common.camera.DJICameraSettingsDef.CameraThermalROI | |
Supported only by thermal imaging camera
 Region of interest.
 Use this feature to manage color range distribution across the screen to maximize contrast for regions of
 highest
 interest (ROI).
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DJICameraSettingsDef.CameraThermalROI | Full | Finds the best contrast for the image using all pixels. | |||||||||
| DJICameraSettingsDef.CameraThermalROI | SkyExcluded_33 | Excludes the top 33% of the image so contrast is maximized in the bottom 67% of the image. | |||||||||
| DJICameraSettingsDef.CameraThermalROI | SkyExcluded_50 | Excludes the top 50% of the image so contrast is maximized in the bottom 50% of the image. | |||||||||
| DJICameraSettingsDef.CameraThermalROI | Unknown | The ROI type 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.CameraThermalROI | valueOf(String name) | ||||||||||
| final static CameraThermalROI[] | values() | ||||||||||
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  java.lang.Enum
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||
   
From interface
  java.lang.Comparable
 | |||||||||||
Finds the best contrast for the image using all pixels.
Excludes the top 33% of the image so contrast is maximized in the bottom 67% of the image.
Excludes the top 50% of the image so contrast is maximized in the bottom 50% of the image.
Compares the input integer value with the real value of an enum value.
| b | The input integer value | 
|---|
Returns the real value of an enum value.