Use two CSI the same time

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Use two CSI the same time

907 次查看
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.

标签 (4)
0 项奖励
回复
0 回复数