Dear all.
I am Yongdeuk Park.
I want to test Video recording with 2 usb webcams.
When I use 1 usb webcam, I got a good result with following command:
'gst-launch-1.0 -e imxv4l2src device=/dev/video0 ! videoconvert ! queue ! vpuenc_h264 ! video/x-h264 ! mp4mux ! filesink location=/tmp/test_1.mp4'
Actually, I want to get a result with 2 usb webcams.
Following is my test log.
# device: imx6qsbresd board
# root@imx6qsabresd:~# uname -a
Linux imx6qsabresd 3.14.52+g91d84b0 #1 SMP PREEMPT Fri Apr 20 16:21:33 KST 2018 armv7l GNU/Linux
I need you guys' help.
Thanks,
BR.
Yongdeuk Park
Test log |
---|
//CMD#1 : gst-launch-1.0 -e imxv4l2src device=/dev/video0 ! videoconvert ! queue ! vpuenc_h264 ! video/x-h264 ! mp4mux ! filesink location=/tmp/test_1.mp4 & //CMD#1 result root@imx6qsabresd:/tmp# ps // then CMD#2 result root@imx6qsabresd:/tmp# ps // Final result |
Hi Yongdeuk
seems gstreamer-imx used in the case, its issues also may be posted on
Issues · Freescale/gstreamer-imx · GitHub
Alternatively one can try with nxp plugins, usage is described in Linux Guide found
in nxp linux documentation on
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thanks for replying, Igor!
I did search for answer at Issues · Freescale/gstreamer-imx · GitHub . But I cannot find the solution.
Actually, a plugin name is different between my case and Github page.
Can you explain more details to me?
I found that a boad what I used consists of 1 usb hub with 4 ports.
In that case, Can I use only one gstreamer pipeline?
Thanks
BR
Yongdeuk Park