Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

View Single Post
Old 03-17-2010, 11:46 PM   #9 (permalink)
pratikgoswami
iGuru
 
Join Date: Oct 2009
Location: India
Posts: 12
pratikgoswami is on a distinguished road
Send a message via Yahoo to pratikgoswami Send a message via Skype™ to pratikgoswami
Default

Quote:
Originally Posted by sumanth View Post
Hi, I have done video recording and i would like to get the thumbnail image(preview) of the recorded video. i tried the below code in the delegate function,

Code:
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info

{
	[[picker parentViewController] dismissModalViewControllerAnimated:YES];
	UIImage * image = [info objectForKey:UIImagePickerControllerEditedImage];
	imagvid.image=image;
}
The value for the key 'UIImagePickerControllerEditedImage' is nil. Is there any other way to get the thumbnail image or any changes to be done in the above function?


thanks,
sumanth
Hi sumanth,

I want to do the same. Are you able to get Thumbnail image for Library stored videos? I can get thumbnail image for Captured videos.

Any help would be appreciated.

Many thanks
Pratik
pratikgoswami is offline   Reply With Quote
 

» Advertisements
» Stats
Members: 175,542
Threads: 94,064
Posts: 402,675
Top Poster: BrianSlick (7,989)
Welcome to our newest member, DieScumBag
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 01:36 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.