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.