Video Overlay VGA/hdmi
kunal_djscoe
Posts: 5
Hello,
I have read a couple of posts regarding video overlay using propeller. I was wondering can I do video overlay on a VGA or hdmi i/p signal (1920X1080). My knowledge in AV is quite limited.
Any comments/ help is greatly appreciated.
Thank you.
I have read a couple of posts regarding video overlay using propeller. I was wondering can I do video overlay on a VGA or hdmi i/p signal (1920X1080). My knowledge in AV is quite limited.
Any comments/ help is greatly appreciated.
Thank you.
Comments
vga: not possible at that resolution
Google has not been very kind to me on this.
If I was going to do overlay on hdmi, I'd use an FPGA - however you also need to reseach HDCP and its licensing, as finding unencrypted HDMI signals is approximately as rare as hen's teeth.
The nature of the information you want to overlay also matters; as you need to build a bitmap or tilemap of the information, with the appropriate number of colors, and as such, you will need at a minimum a frame buffer for your overlay data, and a way to draw into it. Then you have to decide which of the HD modes you want to support - at a minimum I'd suggest 720p and 1080i, 1080p is a mess due to the number of potential scan rates.
FYI, I had a potential client approach me about an HDMI overlay about six to nine months ago, but he was scared off by the development costs.
http://www.xilinx.com/support/documentation/application_notes/xapp460.pdf
Here is their latest kit using a Spartan-6:
http://www.xilinx.com/publications/prod_mktg/CS521_CVK_SellSht.pdf
It's rather expensive!
If its a PC of some type it is far easier to write some software to overlay a time widget.
-Phil
For keeping some hope alive, now I will need some high speed switching gates for it won't I ??
Which processor would you recommend? I mean basically how do I go about doing this. If you can guide me in the right direction, this is my first project in AV industry I am more a sensor guy.
Kunal
I think the Propeller can do what you want, so long as largish numerals are okay. You will probably need to double-scan the Prop's internal font to provide an adequate height-to-width ratio for the overlay characters. At least you're not burdened by having to do sync separation, since those signals are available separately. Still, though, this would be a very ambitious first Propeller project. Hopefully, you've got enough time to ease into it.
-Phil
I went through the documentation. However, the propeller backpack talks about NTSC (composite video)
while I am looking more for VGA signal. Do you think I can use the backpack. Did I miss something here?
Thanks for being co-operative
-Phil