Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) • DeepStream Version • JetPack Version (valid for Jetson only) • TensorRT Version • NVIDIA GPU Driver Version (valid for GPU only)
This is a continue topic towards the web camera source issues.
Error appears when trying to add more than 6 rtsp inputs into deepstream:
Thanks, seems you are using the same uri(uri=rtsp://admin:arbor1234@192.168.1.64) 8 times.
Pls make sure if the rtsp sever supports 8 streams in parallel and you can start 8 streaming sessions using VLC / ffplay successfully, I don’t think it’s a DS issue.
I’ve tried to open it in opencv, and it doesn’t work either.
I think you’re right, I can’t open the same camera more than 6 times.
If I create more than 6 videocaps form the same address, it will crash and prompt a similar error.
I’ll find another camera and test if it works good.
Thanks for help!