Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

Frame buffer stored frames

Hello,

Can any one confirm that the frame buffer stores two frames( in different two locations) in any time?where the writer component handle the first frame and the reader component handle the second frame.

ex. frame0 at 0x500 & frame1 at 0x1000

then writer component writes to address 0x500 while the reader component reads from 0x1000 then the reader component reads from address 0x500 ,writer component writes to address 0x1000.

kindly confirm

Thank you

1 Reply

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored Contributor

    That's the idea, yes. And you can enable triple buffering, which uses an additional third buffer. Useful if the incoming frame rate doesn't match the outgoing rate.

    Haven't seen this in practise yet. This is based on Altera's "Video and Image Processing Suite User Guide"