@interface DUXTakePictureWidget : DUXWidget |
Header: | DUXTakePictureWidget.h |
Inherits From: | DUXWidget |
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.).
Preferred Aspect Ratio: 1:1
@property (nonatomic) NSUInteger preferredCameraIndex |
Header: | DUXTakePictureWidget.h |
The index of the camera that the widget controls. Default value is 0.
@property DJICameraPhotoBurstCount burstCount |
Header: | DUXTakePictureWidget.h |
The burst count value. Only relevant when shootmode is in burst mode.
@property DJICameraShootPhotoMode shootMode |
Header: | DUXTakePictureWidget.h |
The shoot photo mode.
@property DJICameraPhotoAEBCount aebCount |
Header: | DUXTakePictureWidget.h |
The AEB count value. Only relevant when shootmode is in AEB mode.
@property DJICameraPhotoTimeIntervalSettings intervalSettings |
Header: | DUXTakePictureWidget.h |
The interval settings value. Only relevant when shootmode is in interval mode.