GStreamer iMX6Q Multi-view 4x4

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

GStreamer iMX6Q Multi-view 4x4

Jump to solution
953 Views
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

Labels (3)
1 Solution
624 Views
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.

View solution in original post

1 Reply
625 Views
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.