Forum Discussion
Altera_Forum
Honored Contributor
14 years agoTV Decoder to VGA on DE2-115 using VIP Suite
Hello, I am writing this post just to share a sample project (see the attached zip) for the DE2-115 board which grabs video frames from the onboard the ADV7180 TV Decoder and outputs them to 640x4...
Altera_Forum
Honored Contributor
14 years agoI haven't worked with DVI yet.
Anyway what is important to understand is the format used by the DVI video decoder. What kind is it? RGB? 4:2:0 YCbCr? Another important thing is the order of the video processing stages in the video pipeline. My best advice would be to put the framebuffer as the last stage, just before the CVO, and enable both frame dropping and replication. In this way it will fully compensate underflows and overflows of the video pipeline. If you provide more details about the video format I can try to give some hints. Regards, Primiano