DJI Mobile SDK Documentation

      class DUXCameraPictureConfigWidget

      @interface DUXCameraPictureConfigWidget : DUXCameraConfigWidget
      Header:DUXCameraPictureConfigWidget.h
      Inherits From:DUXCameraConfigWidget
      Display:

      Widget that shows the camera's current image capturing configuration.

      Usage:

      Preferred Aspect Ratio: (variable, max:221):30

      Class Members:
      property preferredCameraIndex
      @property (nonatomic) NSUInteger preferredCameraIndex
      Header:DUXCameraPictureConfigWidget.h
      Description:

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

      property videoFrameRate
      @property DJICameraVideoFrameRate videoFrameRate
      Header:DUXCameraPictureConfigWidget.h
      Description:

      The video frame rate. Only relevant when the camera is in video mode.

      property videoResolution
      @property DJICameraVideoResolution videoResolution
      Header:DUXCameraPictureConfigWidget.h
      Description:

      The current video resolution. Only relevant when the camera is in video mode.

      property
      property storageType
      @property DUXCameraConfigWidgetStorageType storageType
      Header:DUXCameraPictureConfigWidget.h
      Description:

      As this widget may be re-used for SD and SSD storage, this enum differentiates between the two.

      property pictureFileFormat
      @property DJICameraPhotoFileFormat pictureFileFormat
      Header:DUXCameraPictureConfigWidget.h
      Description:

      The picture file format. Only relevant when the camera is in picture mode.

      property
      property cameraMode
      @property DJICameraMode cameraMode
      Header:DUXCameraPictureConfigWidget.h
      Description:

      The current camera mode.