How to superimpose views over each captured frame inside CVImageBuffer, realtime not post process
问题 I have managed to setup a basic AVCaptureSession which records a video and saves it on device by using AVCaptureFileOutputRecordingDelegate . I have been searching through docs to understand how we can add statistics overlays on top of the video which is being recorded. i.e. As you can see in the above image. I have multiple overlays on top of video preview layer. Now, when I save my video output I would like to compose those views onto the video as well. What have I tried so far? Honestly, I