How to use V4l2 capture interface for two cameras

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

How to use V4l2 capture interface for two cameras

1,933 次查看
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,597 次查看
joanxie
NXP TechSupport
NXP TechSupport

for pcie, pls refer to the document as below:

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

0 项奖励
回复