Burst Mode Using Bracketed Capture?

Eventhough some apps out there figured out how to do proper burst capture that is equal to stock iOS Camera App, there is no official API to do so.


Currently I have it where it wil call capturePhoto over and over, which is not fast enough. I've seen some hints floating around that the proper way to do this is using bracketed capture any input on this?


Thanks in advance.

Post not yet marked as solved Up vote post of sle39lvr Down vote post of sle39lvr
3.1k views

Replies

Hello,

I'm also inteterested if anyone has found a solution. I've tried bracketed capture, but you're limited to 3 or 4 images (also they need to have different settings, which I don't want)

I would like to create a Burst Photo mode with 10 fps. I'm using an AVCapturePhotoOutput with a photoQualityPrioritization set to .speed But I'm still seeing some lags.

Thanks