Displaying YUV buffer on a QWidget.
Unsolved
General and Desktop
-
wrote on 8 Feb 2018, 14:40 last edited by
Displaying YUV buffer on a QWidget.
Does Qt have any API's to do so?
Do I have to covert to RGB prior ?
Will opengl help ? if yes , how ? -
Hi,
IIRC, since 5.8 or 5.9, QtMultimedia has OpenGL (vertex/fragment shaders) support for that kind of format. You should take a look there.
1/2