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,028件の閲覧回数
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 返信

769件の閲覧回数
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 件の賞賛