'How to embed a video into a PyQt Widget

I have a PyQt GUI which currently has a button tied to a python function that opens a URL to a camera stream that I have over the web. So in its current state this opens up Edge via my Python function. Is there anything built inside of Qt designer that allows me to embed the stream in a Qt Widget? So from my GUI, just open a small window with the stream of my camera alone?



Solution 1:[1]

There is QWebView that can be used to load a webpage and display it in a PyQt GUI.

Solution 2:[2]

Have a look at QWebView in PyQt You might find the following link help QWebView - pythoncentral

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 eandklahn
Solution 2 David sherriff