Wednesday 18 January 2017

ntsc - Lack of color displaying composite video



I'm attempting to output video from a TMS9118 VDP to a television's composite video port. Right now the result I'm getting is grey scale (whereas the background should be green), and I have no idea why. I have compared the output from the TMS9118 comvid line to output from a DVD player on my oscilloscope, and the signals are somewhat different in quality.compared signals


The yellow signal is the dvd player. The blue signal is the VDP.


Following is what the VDP produces on the television screen:


enter image description here


The TV displays the DVD player signal perfectly. In summary, what is wrong with the signal coming out of the TMS9118 comvid line?




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...