vote up 1 vote down star

I have a YUV:420 (aka NV12) frame data, how can I get OpenGL to recognize its format for glTexImage2D() rendering.

I realize that I might have to perform colorspace transformation, but is there a way that I can tell openGl to command the graphic hardware to perform the colorspace transformation?

Thanks a lot for all your help.

flag

What is your OpenGL hardware target? – Stringer Bell Oct 27 at 20:47

1 Answer

vote up 1 vote down check

I have recently verified that OpenGL doest not support NV12 formats. I had to convert my data through hardware acceleration to RGB.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.