Display UVC camera and Onboard camera at same time on i.MX6 SABRE Board

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

Display UVC camera and Onboard camera at same time on i.MX6 SABRE Board

1,423件の閲覧回数
yoheiitaya
Contributor I

Hi, everyone.

I use i.MX6 SABRE Board.

I connect the UVC camera to USB port, and I try to display the UVC camera and Onboard camera(ov5642, connected to Parallel I/F) at same time.

I tried the below GStreamer pipeline, but it did not work collectly.

(GStreamer can not reaction.)

# gst-launch-1.0 v4l2src device=/dev/video0 ! imxv4l2sink sync = false v4l2src device=/dev/video1 ! imxv4l2sink sync = false

Can I use the 2camera at same time?

Anyone know, how to solve that way?

Best regards.

ラベル(1)
0 件の賞賛
返信
2 返答(返信)

1,220件の閲覧回数
art
NXP Employee
NXP Employee

Try it as described in the Section 7.3.1.6.3 "Multiple videos overlay" of the attached document.


Have a great day,
Artur

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 件の賞賛
返信

1,220件の閲覧回数
yoheiitaya
Contributor I

Thank you for Reply Artur.

I already checked and tried the above document's pipelines.

In case of another video input source(ex: rtspsrc), it worked fine.

But I specified the "v4l2src" for video input source, the error occured.

Are there any restriction in video input sources?

Best Regards.

Yohei Itaya.

0 件の賞賛
返信