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.
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.