0

I'm trying to take more than 4 images during bracketed capture. Is there a way to edit the maxBracketedCapturePhotoCount from the AVCapturePhotoOutput class?

Gabriel Robert
  • 3,012
  • 2
  • 18
  • 36

2 Answers2

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
1

From ProCam 5 Tutorial

"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