QT 5.15 - ToradexIMX8mp
Unsolved
Mobile and Embedded
-
Hello,
I am using QT 5.15 for my development of UI using C++ and .ui.
Problem 1- I am using QMediaplayer for rendering the Gstreamer pipeline for live stream capture. I capture the stream in QGraphics view.
- While running on x86 i.e. on ubuntu machine, Its working fine and provide the expected output.
- But when i am running on ToradexIMX8 mp while click on button for capture live stream through pipeline it is open in new window instead of in QGraphics view.
Problem 2
- While running the application in different screen its cant adept the screen size runtime.
-
@sanket_1989 said in QT 5.15 - ToradexIMX8mp:
While running the application in different screen its cant adept the screen size runtime
Are you using layouts?
"it is open in new window instead of in QGraphics view" - show your code and also tell us what OS and window manager is running on your board.