class DJICameraOriginalPhotoSettings
@interface DJICameraOriginalPhotoSettings : NSObject
Header: DJICameraSettingsDef.h Inherits From: NSObject
Description:
Settings to determine the behavior for the original photos created when doing composite shooting (e.g. panorama).
Class Members:
property shouldSaveOriginalPhotos
@property (nonatomic , readonly ) BOOL shouldSaveOriginalPhotos
Header: DJICameraSettingsDef.h
Description:
YES
if the camera should save the original photos.
Save Original Image
method
method initWithSavingOriginalImagesEnabled
- (instancetype )initWithSavingOriginalImagesEnabled:(BOOL )shouldSaveOriginalPhotos
Header: DJICameraSettingsDef.h
Description:
Creates an instance of the configuration to decide saving the original photos or not. format
will be DJICameraPhotoFileFormatJPEG
. Use this constructor for Mavic Air.
BOOL shouldSaveOriginalPhotos YES
to save the original photos.