DJI Mobile SDK Documentation

      class DUXTakePictureWidget

      @interface DUXTakePictureWidget : DUXWidget
      Header:DUXTakePictureWidget.h
      Inherits From:DUXWidget
      Display:

      Action widget to capture a photo that shows a different image depending on what shoot photo mode the camera is in (burst, auto exposure bracketing (AEB), interval etc.).

      Usage:

      Preferred Aspect Ratio: 1:1

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

      The index of the camera that the widget controls. Default value is 0.

      property
      property burstCount
      @property DJICameraPhotoBurstCount burstCount
      Header:DUXTakePictureWidget.h
      Description:

      The burst count value. Only relevant when shootmode is in burst mode.

      property
      property shootMode
      @property DJICameraShootPhotoMode shootMode
      Header:DUXTakePictureWidget.h
      Description:

      The shoot photo mode.

      property
      property aebCount
      @property DJICameraPhotoAEBCount aebCount
      Header:DUXTakePictureWidget.h
      Description:

      The AEB count value. Only relevant when shootmode is in AEB mode.

      property intervalSettings
      @property DJICameraPhotoTimeIntervalSettings intervalSettings
      Header:DUXTakePictureWidget.h
      Description:

      The interval settings value. Only relevant when shootmode is in interval mode.