DJICameraThermalIsothermUnit
enum DJICameraThermalIsothermUnit : NSUInteger {}
The unit for Isotherm. Supported only by thermal imaging cameras.
-
The unit type is percentage. The allowed range is [0, 100].
Declaration
Objective-C
DJICameraThermalIsothermUnitPercentage
-
The unit type is degrees Celsius. The allowed range is [-40, 1000].
Declaration
Objective-C
DJICameraThermalIsothermUnitCelsius
-
The unit type is unknown.
Declaration
Objective-C
DJICameraThermalIsothermUnitUnknown = 255