Greeting,
In our IMX8mp based board we are using yocto image based on wayland display server the board is linked to a LVDS screen where we want to display frames from our cameras with gstreamer .
As a first step our QT application is developed to show a dummy video (the src comes from videotestsrc). whenever I try to launch the application in the board, it opens up an additional window where it stream the videotestsrc rather than streaming it inside my widget.
Any tips to how fix this problem ?
Thanks
Zsabhi
Solved! Go to Solution.
Problem solved by adding the following instruction to my main.cpp :
Problem solved by adding the following instruction to my main.cpp :
Hello zsabhi:
We also used the imx8mp development board in our development, and the functionality we want to achieve is very similar to yours. We referred to your code and made a demo, which can be executed normally on Ubuntu. However, when executed on imx8mp, the program will exit abnormally, and the APP will exit with a "Segmentation fault" error when flashing on the screen. Have you encountered the same problem before? How was it ultimately resolved? Looking forward to your reply very much.
feiyu