gstreamer pipeline in a QT5 Window

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

gstreamer pipeline in a QT5 Window

663 Views
richc128
Contributor III

My goal is to have a gstreamer pipeline and have one output of that go to a qt window. I'm using Yocto with the Dunfell release. I'm using a i.mx8m mini.

I see there some plugins that look promising, such as qt5glvideosink but I have no idea how to add them to my image.

Is QtGStreamer the best path or is there a better way to go about this?

Labels (2)
0 Kudos
1 Reply

634 Views
joanxie
NXP TechSupport
NXP TechSupport

try to add "PACKAGECONFIG_append_pn-qtmultimedia = " gstreamer" " and "IMAGE_INSTALL_append = "\
    qtmultimedia \
    qtmultimedia-plugins \
    qtmultimedia-examples \
    qtmultimedia-qmlplugins""

to the lcoal.conf, then build agian, you can find qmlvideo under /usr/share/qt5/

0 Kudos