1
votes

I am using AVfoundation framework to get video camera frames at real time and then modifying those frames using one algorithm(which gives new modified image).

now I want all modified frames to be save as a video to iPhone library. I found a way to save video for input(original) frames using AVCaptureMovieFileOutput but not for modified frames.

Is there any way to save modified frames to iPhone Library as a video ??

1

1 Answers

0
votes

UISaveVideoAtPathToSavedPhotosAlbum

Adds the movie at the specified path to the user’s Camera Roll album.