DJICameraThermalMeasurementMode
enum DJICameraThermalMeasurementMode : NSUInteger {}
Thermal camera temperature measurement mode. The default value is
DJICameraThermalMeasurementModeDisabled.
-
Disable temperature measuring.
Declaration
Objective-C
DJICameraThermalMeasurementModeDisabled -
Enable temperature measurement and set mode to spot metering. Use
[camera:didUpdateTemperatureData:]inDJICameraDelegateto receive the updated temperature data. In this mode, the advanced radiometry version XT camera can change the metering point usingsetThermalSpotMeteringTargetPoint:withCompletion.Declaration
Objective-C
DJICameraThermalMeasurementModeSpotMetering -
Enable temperature measurement and set mode to area metering. Use
camera:didUpdateAreaTemperatureAggregations:inDJICameraDelegateto receive the updated temperature data. Only supported by the advanced radiometry version XT camera.Declaration
Objective-C
DJICameraThermalMeasurementModeAreaMetering -
Thermal camera’s temperature measurement mode is unknown.
Declaration
Objective-C
DJICameraThermalMeasurementModeUnknown = 255
View on GitHub
DJICameraThermalMeasurementMode Enum Reference