hello all I am working an app that automatically records a video. its does not showing preview of a video since I hidden the Cameracontrols . I want to know the method that calling the preview view.. Could anyone help me.. Thanks
views:
20answers:
1
Q:
what method that is called when showing video preview in UIImagepickercontroller delegate in iphone
A:
MPMoviePlayerController is use to show video, not UIImagePickerViewController
priyanka
2010-08-13 08:59:15
yes but when we record something without userinteraction only it shows the preview of video with the options of (usethis and discard) .what is the method that push this view automatically
ratna
2010-08-13 09:19:52
after finish recording you give your file path in URL and play that URL in MPMoviePlayerController.
priyanka
2010-08-14 05:21:48