Forum Discussion
Altera_Forum
Honored Contributor
9 years agoYou have a few options, really:
1. Pause the video stream for a little bit and do a memcpy() from the frame buffer's memory location, retaining your current video path structure (have seen this done successfully) 2. Split the stream and add a DMA that writes frames to memory, using the splitter and (M)SGDMA 3. Implement your own frame buffer using the (M)SGDMA which can "steal" a live frame while continuing to operate (you'll have to repeat one frame to make up the difference)