DJI Mobile SDK Documentation

      class DUXCameraSettingsController

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

      This panel shows all the camera settings that are not related to exposure. It is segmented in three parts: - Picture Settings - Video Settings - Common Settings

      Interaction:

      All the settings are presented in ListView hierarchy.

      Class Members:
      class method cameraSettingsController
      + (instancetype)cameraSettingsController
      Header:DUXCameraSettingsController.h
      Description:

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

      property preferredCameraIndex
      @property (assign, nonatomic, readwrite) NSUInteger preferredCameraIndex
      Header:DUXCameraSettingsController.h
      Description:

      Use this property to change which camera's settings are loaded into the panel. The default value is 0 so you will only need to change this is working with an aircraft that supports dual cameras.