Reputation: 1
After a long search for the answer and a lot of testing I have not been able to place a QWidget (QLabel with a semitransparent image) over a QtGstreamer widget.
When I add an QLabel with an image over the QGst::Ui::VideoWidget (which displays video from RTP stream) the area covere with the label is black and does not display the video (which is playing).
I uploaded the project to GitHub https://github.com/MatijaBosnic/QtGstOverlay (updated the code. It is much simpler and easier to read now)
How can I overlay QGst::Ui::VideoWidget with another widget?
Upvotes: 0
Views: 588