Search code examples
iphoneobjective-cipadipod

Capture Video as well as Images in iPhone


I am using ImagePickerController for Video Capturing. I need to save the capturing video as image also.

So I selected AVCaptureSession for capturing Images. I'm not able to run AVCaptureSession as well as ImagePickerController. So I need to give the ImagePickerController as input to the AVCaptureSession.

But I don't know how to do that. Please Help me.. and suggest me for the right way.


Solution

  • I found only these two. Hope its helps.

    http://www.iphonedevsdk.com/forum/iphone-sdk-development/24025-uiimagepickercontroller-videorecording-iphone-3gs.html

    UIImagePickerController: Getting image capture from video