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
There is a method called takePicture in the docs for UIImagePickerController class. It says:
Use this method in conjunction with a custom overlay view to initiate the programmatic capture of a still image. This supports taking more than one picture without leaving the interface, but requires that you hide the default image picker controls.