DJICameraPhotoBurstCount
enum DJICameraPhotoBurstCount : NSUInteger {}
The number of photos taken in one burst shot (shooting photo in burst mode).
-
The camera burst shoot count is set to capture 3 pictures at once when the camera shoots a photo.
Declaration
Objective-C
DJICameraPhotoBurstCount3 -
The camera burst shoot count is set to capture 5 pictures at once when the camera takes a photo.
Declaration
Objective-C
DJICameraPhotoBurstCount5 -
The camera burst shoot count is set to capture 7 pictures at once when the camera takes a photo. It is not supported by Z30 camera.
Declaration
Objective-C
DJICameraPhotoBurstCount7 -
The camera burst shoot count is set to capture 10 pictures at once when the camera takes a photo. Only supported by X4S camera, X5S camera and Phantom 4 Pro camera.
Declaration
Objective-C
DJICameraPhotoBurstCount10 -
The camera burst shoot count is set to capture 14 pictures at once when the camera takes a photo. Only supported by X4S camera, X5S camera and Phantom 4 Pro camera.
Declaration
Objective-C
DJICameraPhotoBurstCount14 -
The camera burst shoot count is set to capture RAW pictures continuously until
stopShootPhotocommand is sent. RAW burst photos can be taken at a quicker time interval thanDJICameraShootPhotoModeIntervaldue to being used in conjunction with SSD storage. It is only supported by Inspire 2 when the photo shoot mode is RAW burst and SSD storage is used.Declaration
Objective-C
DJICameraPhotoBurstCountContinuous -
The camera burst shoot count value is unknown.
Declaration
Objective-C
DJICameraPhotoBurstCountUnknown = 255
View on GitHub
DJICameraPhotoBurstCount Enum Reference