DJI Mobile SDK Documentation

      class ThermalAreaMetersureTemperature

      class ThermalAreaMetersureTemperature implements DJIValue, JNIProguardKeepTag, ByteStream
      Package:dji.sdk.keyvalue.value.camera
      Description:

      Information of regional temperature measurement, including the average temperature, minimum temperature and maximum temperature of the measuring area.

      Class Members:

      Members

      method getAverageAreaTemperature
      Double getAverageAreaTemperature()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the average temperature measured in the current area.

      Return:
      DoubleReturns the average temperature measured in the current area.
      method getMinAreaTemperature
      Double getMinAreaTemperature()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the minimum temperature measured in the current area.

      Return:
      DoubleReturn the minimum temperature measured in the current area.
      method getMinTemperaturePoint
      DoublePoint2D getMinTemperaturePoint()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the position of the minimum temperature measured in the current area.

      Return:
      DoublePoint2DReturn the position of the minimum temperature measured in the current area.
      method getMaxAreaTemperature
      Double getMaxAreaTemperature()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the maximum temperature measured in the current area.

      Return:
      DoubleReturn the maximum temperature measured in the current area.
      method getMaxTemperaturePoint
      DoublePoint2D getMaxTemperaturePoint()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the position of the maximum temperature measured in the current area.

      Return:
      DoublePoint2DReturn the position of the maximum temperature measured in the current area.