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
Didn't find your answer? Ask the community — no account required.
M
moocowmoo
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
L
Lewin A.R.W. Edwards
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.
Join the Discussion
Have something to add? Share your thoughts — no account required.
Didn't find your answer?
Ask the community — no account required
Report Content
You are reporting this content to the moderators. They will look at it
ASAP.