How to Create a VGA to Composite Video Converter for RCA Output

  • Thread starter Thread starter Tesladude
  • Start date Start date
  • Tags Tags
    Camera module
AI Thread Summary
To create a VGA to composite video converter for RCA output, one must convert the RGB signal to composite video, which can be complex and may result in artifacts. Using a dedicated camera module that outputs composite video directly is recommended for simplicity. Bidding strategies on eBay can help find affordable camera modules, with advice to bid close to auction end for better deals. Proper synchronization of hsync and vsync is crucial for a clean output, and using XOR gates can aid in achieving composite sync. Overall, while DIY solutions exist, purchasing the right equipment may save time and effort.
Tesladude
Messages
168
Reaction score
1
http://m.ebay.com/itm/271230081889?cmd=VIDESC&gxo=true

How can I set this module up to have just a single video output so it can work with rca?
 
Engineering news on Phys.org
you would have to convert one of the video formats it currently produces say the RGB to composite video
not impossible, but would be easier just to get a camera module that already outputs composite video

DAve
 
Ya I tried but I cannot fond one for less than $30. Unless you guys know of any?
 
Tesladude said:
Ya I tried but I cannot fond one for less than $30. Unless you guys know of any?

Keep looking and bidding. The secret with eBay is never to be in a hurry if you want a bargain.
 
sophiecentaur said:
The secret with eBay is never to be in a hurry if you want a bargain.
... and never make a low bid a long time before the end of the auction. That is just telling the rest of the world you think it's a bargain at your bid price.

The best time to bid is usually 1 or 2 seconds before the auction closes, if you still like the price.
 
Tesladude said:
http://m.ebay.com/itm/271230081889?cmd=VIDESC&gxo=true

How can I set this module up to have just a single video output so it can work with rca?

First, decide what project you want to do. Do you want project to modify a camera, or to use a camera? Either could be fun and/or educational, but they are two different things.
 
Actually, the link I posted won't work to convert RGB into clean composite. But it will almost work. If I remember correctly there will be artifacts due to improper hsync during vsync. But it might still be good enough for what you need.

This guy says his circuit works
http://alistairsserver.no-ip.org/public/vgatv/vgatv.html -- just a bunch of resistors and two transistors.

The problem is that during vsync the polarity of the hsync pulses needs to change.

The right way to do this is http://zxm.speccy.cz/dok/Konvertor%20VGA%20na%20PAL%20a%20NTSC/VGA%20to%20PAL%20and%20NTSC%20video%20converter.htm except it is now S-video, not composite.

The right way to make composite sync is with XOR gates as in the above circuit.
 
Last edited by a moderator:
Back
Top