Altera_Forum
Honored Contributor
14 years agoVIP Clocked Video Output- MODES
I'm using the Clocked Video Output (CVO) core from the VIP (Video and Image Processing) suite
on Altera Cyclone III video development card with Bitec HSMC DVI input/output daughtercard to display a mixed video (non interlaced) on a DVI monitor. I want the CVO modes to display different output resolutions:1280x1024, 1024x768 and 800x600 The default mode configured in the QSYS hardware is for 1024x768 resolution. The way I configure the modes is: set mode invalid, write registers, stop CVO, set mode valid, start CVO. When I run this and ask for the "Video Mode Matched" register I get "0" with a 1024x768 input and it displays the image. But after changing the input I get the different modes from "Video Mode Matched" but I don't get any image and the display enters into sleep mode. So, my questions are... Where can I find all those video parameters, in case i'm not adding them correctly? Are there any examples which uses different output modes? Is there another possible error in my design?