DJI Mobile SDK Documentation

      class ThermalGlobalTemperatureCallback

      interface ThermalGlobalTemperatureCallback
      Package:dji.sdk.camera
      Description:

      Called when the temperature range changed. Only Supported by the thermal lens of Zenmuse H20T and H20N.

      Class Members:

      Callback Method

      State
      method
      method onUpdate
      void onUpdate(float min, float max)
      Package:dji.sdk.camera
      Description:

      Update the global temperature range.

      Input Parameters:
      float minThe minimum temperature.
      float maxThe maximum temperature.