Unsolved How to: show same video camera source in two differents views in same time (qml and qwidget) ?
-
It looks like it can not be possible (from qml, but maybe also from QWidget style) to just show the same source on two differrent views.
The interest of doing that is simple:
imagine you have an part of views on screen where you can see different videos entries sources, then you would like to show an other on view where the selected entry will be record. With qml code... how to do that ? is it possible with QT5 ? and how to do that ? i try it, but failed, and i don't know where is the limitation and why. -