DJI Mobile SDK Documentation

      class ThermalGainModeTemperatureRange

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

      不同增益模式的温度范围。

      Class Members:

      Members

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

      To get the minimum temperature of low gain mode.

      Return:
      DoubleReturn the minimum temperature of low gain mode.
      method getLowGainMax
      Double getLowGainMax()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the maximum temperature of low gain mode.

      Return:
      DoubleReturn the maximum temperature of low gain mode.
      method getHighGainMin
      Double getHighGainMin()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the minimum temperature of high gain mode.

      Return:
      DoubleReturn the minimum temperature of high gain mode.
      method getHighGainMax
      Double getHighGainMax()
      Package:dji.sdk.keyvalue.value.camera
      Description:

      To get the maximum temperature of high gain mode.

      Return:
      DoubleReturn the maximum temperature of high gain mode.