DJI Mobile SDK Documentation

      class MultispectralExposureState

      @EXClassNullAway
      class MultispectralExposureState
      Package:dji.common.camera
      Description:

      The exposure state of a single-band sensor on the multispectral camera. The parameters in the state determines the relationship between exposure and sensor data values. When the camera is in different exposure modes, parameters may be changed by the camera automatically to optimize the exposure.

      Class Members:
      Band
      method
      method getSpectrumBand
      SettingsDefinitions.SpectrumBand getSpectrumBand()
      Package:dji.common.camera
      Description:

      The spectrum for which this exposure state is.

      Return:
      SettingsDefinitions.SpectrumBandAn enum value of SpectrumBand.
      Shutter Speed
      method
      method getShutterSpeed
      SettingsDefinitions.ShutterSpeed getShutterSpeed()
      Package:dji.common.camera
      Description:

      The shutter speed of the single band sensor.

      Return:
      SettingsDefinitions.ShutterSpeedAn enum value of ShutterSpeed.
      Sensor Gain
      method
      method getSensorGain
      float getSensorGain()
      Package:dji.common.camera
      Description:

      The gain of the sensor.

      Return:
      floatA float value of sensor gain.
      Callback
      class