DJI Mobile SDK Documentation

      class ThermalAreaTemperatureAggregations

      @EXClassNullAway
      class ThermalAreaTemperatureAggregations
      Package:dji.common.camera
      SDK Key:CameraKey.THERMAL_AREA_TEMPERATURE_AGGREGATIONS
      Description:

      The aggregate temperature measurements for a selected metering area.

      Class Members:
      Average Temperature
      method
      method getAverageAreaTemperature
      float getAverageAreaTemperature()
      Package:dji.common.camera
      Description:

      Get the average temperature of the selected metering area.

      Return:
      floatA float value.
      Minimum Temperature
      method
      method getMinAreaTemperature
      float getMinAreaTemperature()
      Package:dji.common.camera
      Description:

      Get the minimum temperature of the selected metering area.

      Return:
      floatA float value for the minimal temperature of the metering area.
      method getMinTemperaturePoint
      @NonNull
      Point getMinTemperaturePoint()
      Package:dji.common.camera
      Description:

      The minimum temperature coordinate of the selected metering area.

      Return:
      PointMinimum temperature position.
      Maximum Temperature
      method
      method getMaxAreaTemperature
      float getMaxAreaTemperature()
      Package:dji.common.camera
      Description:

      Get the maximum temperature of the selected metering area.

      Return:
      floatA float value for the maximal temperature of the metering area.
      method getMaxTemperaturePoint
      @NonNull
      Point getMaxTemperaturePoint()
      Package:dji.common.camera
      Description:

      The maximum temperature coordinate of the selected metering area.

      Return:
      PointMaximum temperature position.