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:
Double | Returns 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:
Double | Return 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:
DoublePoint2D | Return 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:
Double | Return 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:
DoublePoint2D | Return the position of the maximum temperature measured in the current area. |