Forum Discussion
Altera_Forum
Honored Contributor
14 years agoVGA to NTSC
I am using the DE-115 development board that has a VGA output. I would like to convert the VGA output to NTSC output and use a daughter board to display this NTSC data. The DE-115 board has...
Altera_Forum
Honored Contributor
14 years agoif possible you would leave scaling+clipping until after the colour space conversion.
Also, the interlacing is done on the way out of the frame buffer, not the way in. You need to double buffer the frame buffer to prevent live tearing.