Hi I am developing an Universal App. In which I am recording a video using AVCaptureMovieFileOutput. While recording the video I have displayed some random images on the overlay view. What I want to do is I want those overlay images along with the video recorded. Can anybody help me in this. Thanks in advance.
Asked
Active
Viewed 2,362 times
2
-
I am also trying to show overlay view on recorded video. see link http://stackoverflow.com/questions/24504094/how-to-record-video-with-overlay-view – Coder_A_D Jul 01 '14 at 14:57
1 Answers
0
Here is how you get your overlay onto the screen, simply follow this tutorial:
iOS Camera Overlay Example Using AVCaptureSession
The next step would be calling the startVideoCapture method and there you have it.
-
-
-
woops... i fixed it. I can't quite remember, but i think i used a variant of this sourse code... its a great tutorial: http://www.musicalgeometry.com/?p=1273 – nfoggia Mar 02 '13 at 19:00
-
I am also trying to record video with overlay view. see link http://stackoverflow.com/questions/24504094/how-to-record-video-with-overlay-view – Coder_A_D Jul 01 '14 at 14:11
-