Send Video output to specified display
Mobile and Embedded
2
Posts
2
Posters
926
Views
1
Watching
-
If I'm not mistaken QMediaPlayer will send an output to any "QMediaBindableInterface":http://qt-project.org/doc/qt-5/qmediaplayer.html#setVideoOutput
To open widget on a particular screen you can try "this example":http://stackoverflow.com/a/16398721 or "this":http://stackoverflow.com/a/2040656