QVideoWidget does not hold latest frame
-
wrote on 9 Dec 2018, 22:54 last edited by magicstar
Hello,
I have implemented basic video player using QVideoWidget and Qmultimediaplayer.
Everything works fine when video is playing.
However, when I pause the video and QVideoWidget gets out of focus, it turns gray (default background color)May I know how do I force QVideoWidget to hold previous frames.
Similar issue has been asked here :
https://bugreports.qt.io/plugins/servlet/mobile#issue/QTBUG-65780
Does anyone know fix for this bug???
-
Hello,
I have implemented basic video player using QVideoWidget and Qmultimediaplayer.
Everything works fine when video is playing.
However, when I pause the video and QVideoWidget gets out of focus, it turns gray (default background color)May I know how do I force QVideoWidget to hold previous frames.
Similar issue has been asked here :
https://bugreports.qt.io/plugins/servlet/mobile#issue/QTBUG-65780
Does anyone know fix for this bug???
wrote on 11 Feb 2021, 13:38 last edited by@magicstar I have the same problem. Have you find a solution ?