About Video LCD using YUV signal.

Hello all:

In our project, our video encoder programe product the YUV422 signal, but the LCD need RGB signal. But a converting from YUV to RGB on 25fps spending too much performance of CPU. I want to know where can get a LCD display support YUV signal directly.

ZhouChang

Reply to
dross
Loading thread data ...

You could always convert YUV to RGB in hardware

formatting link
Peter

--
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.572 / Virus Database: 362 - Release Date: 27/01/04
Reply to
moocowmoo

There is no such thing. An LCD "natively" supports RGB ONLY because that is the actual color model of the physical display. Although it's possible to imagine an LCD with colorspace conversion bolted onto the front-end, I've never seen or heard of such a thing as a standard product, and it would be expensive. Either upgrade your CPU horsepower, use a huge lookup table, or look at rolling your own hardware conversion.

All modern video chips include YUV overlay support in hardware. But generally this phase is not the most CPU-intensive, it's normally the MC that really gobbles the cycles.

Reply to
Lewin A.R.W. Edwards

ElectronDepot website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.