Qt with c++ Video Playing Error
-
wrote on 20 Jan 2023, 05:59 last edited by
I have D3D11: Removing Device Error. I encounter this error when I was trying to make my video enlarge. Code is crashed after this action.
I use qputenv function with QT_OPENGL, angle inputs.
I also tried setAttribute function with OPENGLES, Vulkan and Metal inputs( I tried all of them because I can't learn and know the differences between them.)
If you have any idea or information about that topic please give me some tips about it.
-
Hi,
How do you enlarge your video ?
Which version of Qt are you using ?
On which version of Windows ? -
wrote on 23 Jan 2023, 12:37 last edited by
Hello,
For enlarge I use just QT MouseArea functions as;
onDoubleClicked: {
isMainWindowFullScreen ? root.showNormal() : root.showFullScreen()
isMainWindowFullScreen = !isMainWindowFullScreen
}Then I use QT 6.4 and Windows10 enterprise.
-
Do you have the same issue if you set the environment variable
QSG_RHI_BACKEND
tod3d11
?Might be related to QTBUG-102763.
-
Do you have the same issue if you set the environment variable
QSG_RHI_BACKEND
tod3d11
?Might be related to QTBUG-102763.
-
Do you have the same issue if you set the environment variable
QSG_RHI_BACKEND
tod3d11
?Might be related to QTBUG-102763.
-
Do you have the same issue if you set the environment variable
QSG_RHI_BACKEND
tod3d11
?Might be related to QTBUG-102763.
-
Can you check with a more recent version ? 6.4.2 is the current with 6.5 in preparation.