简体   繁体   中英

Capture select frames from a video on iphone (back Camera)

I am very new to iOs and cocoa framework.

The UIImagePickerControl allows me to shoot a video using the back camera and flip through the frames of the video once recording is complete.

I would like to select few of those frames as images to used later ('n' images).

Would I be correct to say that I would have to use AVFoundation classes to do the above?

I wanted to be sure that I am not overlooking some simple option due to my lack of knowledge.

Would I have to build my own control to allow the user to select multiple frames (not necessarily consecutive) as output images?

AVFoundation classes are the way to go if one has to do anything custom with the video output. In my case it was selecting frames.

Used AVFoundation to capture the video frames and used scroll viewer functionality to select specific frames.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM