views:

393

answers:

1

Hi! I'm working on an app. In which I need to provide the functionality to capture the video using iphone 3gs without touching any buttons. I want to use the timer to start and stop video recording. Any one have any idea. how to do this using new iphone sdk.

Thanks in advance

+1  A: 

-takePicture does not respond when mediaTypes is set to kUTTypeMovie. It throws a log in console telling that pictures cannot be taken in video mode.

Any other ways?

Raj