How to Enable GST-IMX Plugins for Android 9 on i.MX 8M Mini.

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

How to Enable GST-IMX Plugins for Android 9 on i.MX 8M Mini.

1,659 次查看
sambasiva_kurak
Contributor III

Is there a page similar to https://community.nxp.com/docs/DOC-93387 for IMX8M Mini.

We are trying to compile GStreamer(along with Good, Bad, Base and imx-gst-plugins pulled from codeaurora) for i.MX 8M Mini EVK Android 9. Please let us know how to enable all the IMX GST Plugins. Build output shows certain features like “vpu_wrap” are disabled which are required for video decoding using GST in Android 9 environment. We tried setting “--enable-vpuwrap” in config options but still the features are not enabled.

 

Configure result:

        Enabled features:

                plugin: v4lsink

                libs: v4l2core

        Disabled features:

                plugin: imxmp3enc

                plugin: wma8_enc

                plugin: vpu_wrap

                plugin: aiur

                plugin: beep

                plugin: overlaysink

                library: libX11

                imx2ddevice: g2d

                imx2ddevice: ipu

                imx2ddevice: pxp

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

1,400 次查看
joanxie
NXP TechSupport
NXP TechSupport

if you need install vpu_wrap, pls try to use the commands as below:

bitbake -c compile -f imx-vpuwrap

bitbake -c install -f imx-vpuwrap

0 项奖励
回复