Altera_Forum
Honored Contributor
17 years agoVideo IP Questions
Hi,
I'm playing around with the Altera video IP core to familiarise myself with its functionality and capabilities ahead of an upcoming project. However I'm running into problems getting a simple data flow working. So far I have: Test Pattern -> Clocked Video Output - OK. Test Pattern -> Frame Buffer -> Clocked Video Out - OK. Test Pattern -> Scaler -> Frame Buffer -> Clocked Video Out - FAIL! Test Pattern -> Scaler -> Mixer -> Frame Buffer -> Clk Video Out -> FAIL Test Pattern -------------^ In the latter 2 cases, I scale the source by 50% but the output shows the scaled-down test pattern across the whole screen and 1/2 the height - IOW it's displaying two successive lines of the scaled-down source on 1 full line of the output. I thought I may need a mixer hence the last case above. It has problems of its own - I only ever see 1 source, regardless of which layers I enable/disable - but the most important thing atm is that I still see the mis-sized output of the scaler. Is there something fundamentally wrong that I'm doing here? I've read the video app note and I can't see that I'm doing anything radically different here??? Any hints would be appreciated. Regards,