gstreamer pipeline in a QT5 Window

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

gstreamer pipeline in a QT5 Window

1,235 次查看
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?

标签 (2)
0 项奖励
回复
1 回复

1,206 次查看
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 项奖励
回复