GStreamer iMX6Q Multi-view 4x4

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

GStreamer iMX6Q Multi-view 4x4

ソリューションへジャンプ
960件の閲覧回数
Tarek
Senior Contributor I

Hi,

Is the i.MX6Q capable of doing 16 display (4 x 4) using gstreamer?

I've seen the following example for ( 2 x 2 ) is that the limit?

https://community.freescale.com/docs/DOC-93788

Thanks,

Tarek

ラベル(3)
1 解決策
631件の閲覧回数
Tarek
Senior Contributor I

to solve this problem gst-fsl-plugins package should be modified as follow:

In file: mfw_gst_vss_common.c  change vd->vsmax = 4 to vd->vsmax = 16

In file: mfw_gst_vss_common.h change #define VS_MAX 8 to VS_MAX 16


Re-build and deploy!


That's it.

元の投稿で解決策を見る

1 返信
632件の閲覧回数
Tarek
Senior Contributor I

to solve this problem gst-fsl-plugins package should be modified as follow:

In file: mfw_gst_vss_common.c  change vd->vsmax = 4 to vd->vsmax = 16

In file: mfw_gst_vss_common.h change #define VS_MAX 8 to VS_MAX 16


Re-build and deploy!


That's it.