Please provide complete information as applicable to your setup.
**• Hardware Platform (Jetson / GPU) Jetson
**• DeepStream Version 5.1
**• JetPack Version (valid for Jetson only) 4.5.1
How can I use deepstream’s Python demo code to read two USB camera modifications at the same time, but I don’t know how to modify my code. I refer to deepstream-test1-usbcam.
There is no update from you for a period, assuming this is not an issue anymore.
Hence we are closing this topic. If need further support, please open a new one.
Thanks
use v4l2-ctl --list-devices to check the device name.
two cameras will have different device name, please refer to this command: gst-launch-1.0 v4l2src device=/dev/video0 ! videoscale ! video/x-raw, width=320, height=240 ! imagefreeze ! videomixer name=m sink_1::xpos=320 ! autovideosink v4l2src device=/dev/video2 ! videoscale ! video/x-raw, width=320, height=240 ! imagefreeze ! m.