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:] 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.

    Declaration

    Objective-C

    DJICameraThermalMeasurementModeSpotMetering
  • 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.

    Declaration

    Objective-C

    DJICameraThermalMeasurementModeAreaMetering
  • Thermal camera’s temperature measurement mode is unknown.

    Declaration

    Objective-C

    DJICameraThermalMeasurementModeUnknown = 255