i.MX6 ipu CSI examples

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

i.MX6 ipu CSI examples

595 Views
sebaseba
Contributor II

Hello.

I am using i.MX6 with 3.14.60-fslc-imx6-sr linux kernel

I am trying to use IPU to capture parallel 8bit camera frames.

I have read examples available on ipu-examples/mx6 at master · rogeriorps/ipu-examples · GitHub  and have seen that
#include<linux/ipu-v3.h> header has got functions with CSI but it doesn't compile. Headers that compile are <linux/mxcfb.h> and <linux/ipu.h> But with them I have completly got NO IDEA how to set CSI to be input for IPU.

I also saw that IPUlib doesnt work in imx6 but only with imx53 so I think that is the reason why <linux/ipu-v3.h> header doesn't compile.

Can someone tell me which headers should I use or give some example codes in c++ of setting CSI as an input for IPU ??

Thanks

0 Kudos
0 Replies