I'm trying to take more than 4 images during bracketed capture. Is there a way to edit the maxBracketedCapturePhotoCount from the AVCapturePhotoOutput class?
Asked
Active
Viewed 361 times
2 Answers
1
This is most likely a hardware limit. If you want to increase the limit you need to choose a smaller sessionPreset.

Patrick Tescher
- 3,387
- 1
- 18
- 31
-
I tried with sessionPresset Preset352x288, but the MaxBracketedCapturePhotoCount is still 4. Any idea? – Gabriel Robert Nov 09 '17 at 16:00
1
"Exposure bracketing is a photography technique where 3 shots or more (4 brackets on iPhone 5 and later, and 3 brackets on older devices)"
So I guess you are out of luck.

GAllan
- 409
- 4
- 11