- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 youLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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"
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page