QOpenGLWidget in QML
Unsolved
QML and Qt Quick
-
Hello,
I am new to the Qml (began about 3 days ago) and I started a 3D stereo display project.
I have tried the Scene Graph - OpenGL Under QML example, but it's not in doublebuffer mode, and it's too complex for me since it use NumberAnimation.
Is it possible to display two OpenGL textures or scene (two video frames as textures) alternately using doublebuffer and stereobuffer mode in a QML Window with transparent QML items.