Create square boxes on top of video stream for GUI
Unsolved
General and Desktop
-
Hello, I am trying to recreate the GUI in the attached picture and was wondering how I would go about this? That is a live video stream with two boxes on the screen at all times at a fixed size. I have a viewer opening up already and displaying the video, I just need to get the two boxes at the fixed size overlapping the stream. Any help would be appreciated thank you!
-
Hi and welcome to the forums
How do you currently display the stream?
(i mean what widget did you use) -
@rtvideo
QWidgets or the QML one ?If Widgets, there is
https://forum.qt.io/topic/91952/painting-over-a-qvideowidgetI used that overlay class form SO and it worked nicely.