Hello,
I was able to use deepstream python with my hardware camera using the suggestions from this thread:
https://devtalk.nvidia.com/default/topic/1066912/deepstream-sdk/deepstream-now-supports-python-/
And then this thread says to look at deepstream_test_3.py for multiple streams:
https://devtalk.nvidia.com/default/topic/1069445/deepstream-sdk/deepstream-in-python-inquires-/
However I need inference (specifically segmentation) on multiple camera streams, not multiple file streams, and it is non obvious to me how to add camera streams (from first forum topic) to the multiple file streams example.
How would one change deepstream_test_3.py to support hardware cameras instead of video files?
Thank you!