Forum Discussion
Altera_Forum
Honored Contributor
12 years agoUsing VIP suite for Up-Scaling.
Hello, I am using VIP suite and SDI Ip core for converting DVI video input to 3G-SDI video output for sending video to long distance (150 mtrs). For the input DVI resolution 1600X1200 @60Hz, ...
Altera_Forum
Honored Contributor
12 years agoThis is a clocking problem -- what are you using for your clock to the image pipeline? If you're upscaling to 1600x1200, is the clock you're using to clock the scaler fast enough to generate pixels at the rate required for that resolution at 60hz? Even if it's running a different (faster) clock to the DVI clock, you may still be starving the scaler, as you're waiting for the next pixel. Normally you'd add a frame buffer somewhere.