I'm trying to build a replacement for UIImagePickerController
, using AVCaptureSession
with AVCaptureDeviceInput
and AVCaptureStillImageOutput
, as input/output respectively.
To preview the camera stream I'm using AVCaptureVideoPreviewLayer
.
It's now working correctly for capturing and storing photos just like the default camera.
However, I found 3 problems I was unable to solve:
Is there any way to get to the level of UIImagePickerController
using a more customizable approach (i.e. AVFoundation
or any other)?
Check out "Session 409 - Using the Camera with AV Foundation" in the WWDC 2010 videos. Based on the video, it looks like you can resolve all three of your issues with AVFoundation
.
Hope this helps!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With