views:

43

answers:

1

Hi,

I want to record video with new iPhone SDK available on 3GS without user interaction. I went through UIImagePickerController and UIImagePickerControllerDelegate class reference. But nothing important came up.I also tried to look at the sample code provided by Apple. I am still trying to figure out that is it really possible to record video without user interaction??

If anyone has idea please share with me.

Thanks, Jim.

+1  A: 

I'd not expect to find such access in the iPhone SDK - potential to record video without the user knowing seems too sneaky.

eglasius
Thanks for your feedback.Yeah that's true but my idea is to give user some more features that are not available with current video recording.
Jim