vote up 0 vote down star

Using UIImagePicker class I can select the UIImagePickerControllerSource as UIImagePickerControllerSourceTypeCamera. This would show up both the options, camera as well as video recoreder.

I want only the video recording option to be available to the user. And as soon as user opens it starts recording without the need to tap record button.

Anyone who knows how is it possible?

Thanks

flag

67% accept rate

1 Answer

vote up 0 vote down

set the mediaTypes property on the UIImagePickerController.

link|flag
yep - that worked setting the media type to kUTTypeMedia. But still the question is not 100% answered. How can I make it possible to record automatically the moment recorder opens up. Do not want user to tap the recording button. – AJ Aug 7 at 16:32
ah. no way to do this, I'm quite sure. – David Maymudes Aug 7 at 19:37
David - Thanks for following up! Just a super crazy thought - Is it possible UITouch event at a particular (x, y) programmatically? – AJ Aug 8 at 6:46
so basically you want to simulate a mouse click on the record button? I don't know, but I don't think I've see any app do it, so probably it's either not possible or not allowed. – David Maymudes Aug 11 at 4:28

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.