I\'m trying to build a replacement for UIImagePickerController, using AVCaptureSession with AVCaptu
UIImagePickerController
AVCaptureSession
AVCaptu
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.
AVFoundation
Hope this helps!