We have been using AVCaptureStillImageOutput.CaptureStillImageAsynchronously to capture on image on iOS in our application. On iPhone 5, 5c, 5s, and 6 this call takes about 300-400ms to return using the AVCaptureSession.PresetPhoto setting. On iPhone 6 Plus, this takes 800-1250ms. This camera problem only exists on the iPhone 6 Plus.
Why? We have looked at the settings and are unclear if there is something we are doing wrong.
We are also using the following pixel format: CVPixelFormatType.CV48RGB