jetson-inference icon indicating copy to clipboard operation
jetson-inference copied to clipboard

detection of two cameras

Open darko262 opened this issue 2 years ago • 1 comments

hello, I'm working on detecting objects using an rtsp camera, it works in a good way. my question is whether I can have two cameras per rtsp detecting the same object.

darko262 avatar May 30 '22 17:05 darko262

Hi @darko262, do you mean have multiple RTSP streams? Yes, you can do that by creating separate videoSource objects in the code

dusty-nv avatar May 31 '22 14:05 dusty-nv