vote up 1 vote down star
2

Hi . How do I access videos on an iPhone? Where does it store downloaded videos?

Is there any sample code available to access the videos on an iPhone? Thanks in advance.

flag

What video gallery? – Nick Veys Oct 27 at 17:08

2 Answers

vote up 1 vote down check

Here is a blog post that covers the basics of using a UIImagePickerController to acquire a video.

http://sol3.typepad.com/tagalong_developer_journa/2009/07/recorded-video-from-iphone-3gs-.html

You should elaborate on what you are trying to do once you've read that.

-Matt

link|flag
Thanks Matt. Its Really helpful. – Rambo Oct 28 at 1:25
If we are manually adding any videos to iphone using iTunes then where does it store that video? – Rambo Oct 28 at 2:23
vote up 3 vote down

There is no (documented) way to programmatically access the video/photo library without user interaction. Your only choice is to instantiate and display a UIImagePickerController and let the user select a video.

link|flag

Your Answer

Get an OpenID
or

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