Can i acess 2 usb cams attached to Jetson nano with deepstream?

Hi,
can i use 2 usb cams with deepstream? in python as well as c++?

Hi,
For running deepstream-app, you may refer to this post:

There is a python sample to demonstrate single USB camera:

You would need to base on it and implement multi-cam usecase.

Hi @DaneLLL
I found this example for python I am not sure how can i pass it address of multiple USB camera sources.

Hi,
May see if other users can share experience. Or you may consider to run deepstream-app. It is implemented in C and reads setting from config file. You can simply modify config file to run two USB camera sources.