Problem with VideoOutput
-
wrote on 14 Jul 2014, 14:45 last edited by
Hi. How to display QVideoFrame into Qt Quick's VideoOutput? I've been searching a lot but I couldn't find anything working.
-
Hi, and welcome to the Qt Dev Net!
I haven't done that myself, but this documentation should be a good starting point: http://qt-project.org/doc/qt-5/qml-qtmultimedia-videooutput.html#source-prop (see the property called "source")
-
wrote on 14 Jul 2014, 16:22 last edited by
The problem is that I've tried to use this property like in this thread: http://qt-project.org/forums/viewthread/27741 but I used QObject based class instead of QMediaPlayer . Sadly, it didn't work. Maybe it's possible to directly deliver QVideoFrame to some QML type although I didn't find anything about it
1/3