class OriginalPhotoSettings
class OriginalPhotoSettings
Package: dji.common.camera
Description:
Settings to determine the behavior for the original photos created when doing composite shooting (e.g. panorama).
Class Members:
method shouldSaveOriginalPhotos
boolean shouldSaveOriginalPhotos ()
Package: dji.common.camera
Description:
true
if the camera should save the original photos.
Return:
boolean true
if the camera should save the original photos.
method OriginalPhotoSettings
OriginalPhotoSettings(boolean shouldSaveOriginalPhotos)
Package: dji.common.camera
Description:
Creates an instance of the configuration to decide whether or not to save the original photos or not. getFormat
will be JPEG
. Use this constructor for Mavic Air.
boolean shouldSaveOriginalPhotos true
to save the original photos.