Hi,
I want to draw video frames from a custom decoder (ffmpeg but this should not matter) in QML. My decoding framework provides RGB data. In Qt 4.8 I drew this data using a QOpenGLWidget with a custom shader.
Now I want to switch to Qt 5.4 with Qml. The Qml should work on all platforms (Desktop, iOS, Android, WP, etc.).
What is the best way to display realtime RGB data in Qml?
Regards,
↧








