DJICameraPhotoAEBParam
struct {}
AEB continuous capture parameter values.
-
Exposure offset value (EV). A value is mapped to an exposure offset. 2 = 0.3EV, 3 = 0.7EV, 4 = 1.0EV, 5 = 1.3EV, 6 = 1.7EV, 7 = 2.0EV, 8 = 2.3EV, 9 = 2.7EV, 10 = 3.0ev. The default value is 2.3ev. When captureCount is 3, the valid range for exposureOffset is [2, 10]. When captureCount is 5, the valid range for exposureOffset is [2, 5].
Declaration
Objective-C
uint8_t exposureOffset -
Auto exposure bracketing (AEB) will take
captureCountpictures with each exposure offset byexposureOffsetfrom the previous. IfexposureOffestis larger than 5,captureCountcan only be 3. IfexposureOffsetis less than or equal to 5, thencaptureCountcan be greater than 3. For X4S, X5S and Phantom 4 Pro cameras, valid values ofcaptureCountare 3, 5 and 7. For all other cameras, valid values are 3 and 5. The default value is 3.Declaration
Objective-C
uint8_t captureCount
View on GitHub
DJICameraPhotoAEBParam Struct Reference