I’m invoking UIImagePickerController’s method takePicture method to programmatically pictures with the iPhone
However I would like to disable the shuttering animation, and just leave the screen as it is, when the picture is taken (and disabling the sound as well).
UPDATE
I’m now using AVFoundation APIs to get the image, but the content of the camera is not displayed anymore on the screen. Should I initialize a UIImagePickerController just to display the content of the camera on the screen ?
Thanks
Check out this sample: It uses AVCaptureSession and an ImagePicker to capture images from the video.
http://developer.apple.com/library/ios/#samplecode/AVCam/Listings/Classes_AVCamCaptureManager_m.html
Also this one: https://github.com/jj0b/AROverlayExample