I am making an application where I would like to capture an image from the front facing camera, without presenting a capture screen of any kind. I want to take a picture com
You probably need to use AVFoundation to capture the video stream/image without displaying it. Unlike UIImagePickerController, it doesn't work 'out-of-the-box'. Look at Apple's AVCam as an example to get you started.