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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

590 Views
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.

Labels (1)
0 Kudos
2 Replies

389 Views
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 Kudos

389 Views
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 Kudos