Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.