2

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.

Shakti
  • 1,889
  • 4
  • 18
  • 29
  • 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 Answers1

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.

elp
  • 8,021
  • 7
  • 61
  • 120
nfoggia
  • 513
  • 1
  • 8
  • 28