Altera_Forum
Honored Contributor
15 years agoVIP Scaler and Clipper usage
Hi,
I've tested the following three design flows in SOPC builder and they work: 1. CVI(1920x1080@60Hz) -> Clipper(1680x1050) -> FrameBuffer ->CVO(1680x1050) 2. CVI(1920x1080@60Hz) -> Scaler(1680x1050) -> FrameBuffer ->CVO(1680x1050) 3. TestPatternGenerator(320x200) -> Scaler(1680x1050) -> FrameBuffer ->CVO(1680x1050) Now I want to realize this design: CVI(1920x1080@60Hz) -> Clipper(320x400) -> Scaler(1680x1050) -> FrameBuffer ->CVO(1680x1050) But it doesn't work... The output flatscreen only shows the first few lines correctly and then the rest of the screen is in one and the same color (i think it's the same color like the last correct displayed pixel). What can I do? Where is the problem? Do I have to add a second buffer between clipper and scaler? Thanks for your assistance! Best Regards, dbdeset