Callback for camera shutter open event

Posted by Raj on Stack Overflow See other posts from Stack Overflow or by Raj
Published on 2010-02-17T06:15:12Z Indexed on 2010/05/03 13:58 UTC
Read the original article Hit count: 443

Hi all,

I have been working around in UIImagePickerController and am struck with a problem where I need to get the precise moment when the camera shutter opens in UIImagePickerController when the source type is set to camera (UIImagePickerControllerSourceTypeCamera).

I have done some googling around and have realized that no one had such strange requirement!

I looked around the docs of UIImagePickerController and UIImagePickerControllerDelegate hoping to get some delegate method / callback indicating the camera shutter open event, but did not find any.

Any suggestions?

Thanks for any help,

Raj Pawan

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch