DJI Mobile SDK Documentation

      class DJICameraMultispectralExposureState

      @interface DJICameraMultispectralExposureState : NSObject
      Header:DJICameraSettingsDef.h
      Inherits From:NSObject
      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
      property
      property band
      @property (nonatomic, readonly) DJICameraSpectrumBand band
      Header:DJICameraSettingsDef.h
      Description:

      The spectrum for which this exposure state is.

      See Also:

      DJICameraSpectrumBand

      Shutter Speed
      property
      property shutterSpeed
      @property (nonatomic, readonly) DJICameraShutterSpeed shutterSpeed
      Header:DJICameraSettingsDef.h
      Description:

      The shutter speed of the single band sensor.

      See Also:

      DJICameraShutterSpeed

      Sensor Gain
      property
      property sensorGain
      @property (nonatomic, readonly) float sensorGain
      Header:DJICameraSettingsDef.h
      Description:

      The gain of the sensor.