Use two CSI the same time

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

Use two CSI the same time

574 Views
soberpeng
Contributor I

I want to use two CSI the same time on sabre-lite(OV5642[Prallel] and OV5640[MIPI]).

Now only use a camera (OV5642 or OV5640) to capture video is OK.

I think it could use to each IPU.

So I modify

static struct fsl_mxc_capture_platform_data capture_data[] = {

     {

          .csi = 0,

          .ipu = 0,

          .mclk_source = 0,

          .is_mipi = 0,

     },

     {

          .csi = 0,

          .ipu = 1,

          .mclk_source = 1,

          .is_mipi = 1,

     }

};

but it not useful.

How should I go to put the camera on each IPU??? It can will work the same time.

Labels (4)
0 Kudos
0 Replies