DJI Mobile SDK Documentation

      class DUXExposureSettingsController

      @interface DUXExposureSettingsController : UIViewController
      Header:DUXExposureSettingsController.h
      Inherits From:UIViewController
      Display:

      This panel shows all the camera settings that are related to exposure. It allows exposure mode selection (auto, aperture priority, shutter priority and manual) depending on the connected camera. Depending on the mode, the ISO, aperture, shutter speed and exposure compensation value can also be set.

      Interaction:

      All the settings are presented in ListView hierarchy.

      Class Members:
      property preferredCameraIndex
      @property (assign, nonatomic) NSUInteger preferredCameraIndex
      Header:DUXExposureSettingsController.h
      Description:

      Selects which camera index widget refers to. Default value is 0.

      class method exposureSettingsController
      + (instancetype)exposureSettingsController
      Header:DUXExposureSettingsController.h
      Description:

      Creates a new instance, configured and ready to use of DULExposureSettingsController.