DJICameraThermalROI
enum DJICameraThermalROI : NSUInteger {}
Region of interest. Use this feature to manage color range distribution across the screen to maximize contrast for regions of highest interest. Supported only by thermal imaging cameras.
-
Causes the color spectrum to be evenly distributed across the entire image depending the default settings.
Declaration
Objective-C
DJICameraThermalROIFull
-
Ignores areas of the sky 33% so that most of the spectrum can be allocated to remaining areas, providing higher contrast and utility for analysis.
Declaration
Objective-C
DJICameraThermalROISkyExcluded33
-
Ignores areas of the sky 50% so that most of the spectrum can be allocated to remaining areas, providing higher contrast and utility for analysis.
Declaration
Objective-C
DJICameraThermalROISkyExcluded50
-
The ROI type is unknown.
Declaration
Objective-C
DJICameraThermalROIUnknown = 255