PySide6 QVideoWidget black screen !
Moved
Unsolved
Qt for Python
-
Hi, I want to overlay VideoWidget with another widget (in this case a PushButton) but not working on PySide6. just show a black screen. I have this
player.ui
and generate the python code with pyside6-uic.exeBut if I use the same UI with
pyside2-uic.exe
the problem not exist anymore.So is this a bug related to PySide6 or QT6 ?
-
This post is deleted!
-
Hi,
No, you should check the bug report system and if there's nothing similar, open a new ticket providing a minimal runnable script that shows this behaviour.
Note that the Qt Multimedia module has seen a significant rework with Qt 6 so there might be some rough edges that have not yet been discovered.