Use two CSI the same time

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

Use two CSI the same time

577件の閲覧回数
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 返答(返信)