DJI Mobile SDK Documentation

      class ThermalGainModeTemperatureRangeCallback

      interface ThermalGainModeTemperatureRangeCallback
      Package:dji.sdk.camera
      Description:

      Called when the temperature range changes. Only supported by the infrared thermal lens of Zenmuse H20T and H20N.

      Class Members:

      Callback Method

      State
      method
      method onUpdate
      void onUpdate(@NonNull Float[] range)
      Package:dji.sdk.camera
      Description:

      Updates the temperature range in current gain mode.

      Input Parameters:
      @NonNull Float[] rangeThe temperature range. The array contains min value, max value.