How to add imxvideoconvert_g2d GStreamer plugin in Buildroot/Yocto?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to add imxvideoconvert_g2d GStreamer plugin in Buildroot/Yocto?

1,360件の閲覧回数
Sourabh1107
Contributor II

Hello All,

 

I am creating a custom Linux for i.MX 8M Plus A53 using Buildroot which will be used to test ML pipelines using GStreamer. For this I need to use plugins like "imxvideoconvert_g2d", "imxcompositor_g2d". I have enabled gst plugins in Buildroot (gst1-imx2 imxg2d, imx-gpu-g2d) but I couldn't find any relevant plugins in Buildroot for above. Can anyone please let me know how to add them?
How is it done in Yocto?

Thanks in advance

タグ(2)
0 件の賞賛
返信
1 返信

1,304件の閲覧回数
JosephAtNXP
NXP TechSupport
NXP TechSupport

Hi,

Thank you for your interest in NXP Semiconductor products,

Buildroot is not officially supported.

In Yocto, syntax depends on version, but:

IMAGE_INSTALL_append = " gstreamer1.0-plugins-<plugin>"

As you can see in here and here.

Regards

0 件の賞賛
返信