How to use V4l2 capture interface for two cameras

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

How to use V4l2 capture interface for two cameras

1,997件の閲覧回数
tengri
Contributor IV

Hi All,

For our application we use two video streams from two different camera interfaces like below. 

1. ADV7610 -> parallel CSI -> IPU

2. tw6869 -> pcie -> IPU

To support zero copying, both video streams are captured through imxv4l2videosrc of gstreamer. However I have only one v4l2cap node in dts file which is being utilized for parallel csi bus :

v4l2_cap_0 {
   compatible = "fsl,imx6q-v4l2-capture";
   ipu_id = <0>;
   csi_id = <0>;
   mclk_source = <0>;
   mipi_camera = <0>;
   default_input = <1>;
   status = "okay";
};

should I need two nodes to achieve simultaneous video streams ? 

Thanks

Anuradha

ラベル(4)
タグ(4)
0 件の賞賛
返信
1 返信

1,661件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

for pcie, pls refer to the document as below:

https://community.nxp.com/docs/DOC-94541 

0 件の賞賛
返信