Quote:
Originally Posted by sumanth
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