DJICameraPhotoTimeLapseFileFormat
enum DJICameraPhotoTimeLapseFileFormat : NSUInteger {}
File format for camera when it is in time-lapse mode. The default file format is video. If video+JPEG is selected the minimum interval will be 2 seconds.
-
The camera in time-lapse mode will generate video
Declaration
Objective-C
DJICameraPhotoTimeLapseFileFormatVideo = 0
-
The camera in time-lapse mode will generate video and JPEG
Declaration
Objective-C
DJICameraPhotoTimeLapseFileFormatVideoAndJPEG
-
The file format is unknown
Declaration
Objective-C
DJICameraPhotoTimeLapseFileFormatUnknown = 255