Qt 6.11 is out! See what's new in the release
blog
QSGTexture, QSGDynamicTexture with arbitrary input (video input) - Examples and Best practices
QML and Qt Quick
2
Posts
2
Posters
1.5k
Views
1
Watching
-
Hi,
I want to learn more about QSGTexture. From the docs (http://qt-project.org/doc/qt-5.0/qtquick/qsgtexture.html), I found this line interesting: "Users can freely implement their own texture classes to support arbitrary input textures, such as YUV video frames or 8 bit alpha masks" is there any examples to do so? Especially when we need to use video as input?
Thanks!
Dhi