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:
Hi,
We can run the following config on Jetson Nano/DS4.0.1:
# Copyright (c) 2018 NVIDIA Corporation. All rights reserved.
#
# NVIDIA Corporation and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA Corporation is strictly prohibited.
[application…
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.
DaneLLL
February 26, 2021, 8:14am
5
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.