NanoLLM - Video querying multiple streams simultaneously

• Hardware Platform (Jetson / GPU) Jetson
• DeepStream Version 7.1
• JetPack Version (valid for Jetson only) 6.2
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs) Question

I’d like to confirm if the video query agent in NanoLLM library supports multiple RTSP streams as input simultaneously? It does not seem like it is supported based on the commands provided or the video_query code. What would be the best way to set up something like this? For more context - I am trying to set this up on a Jetson Orin NX 16gb with JP6.2.

Hi,

The sample only has a single input and output.

You can either add multiple streams on your own. (Source code is available here)
Or using Deepstream which already supports multi-streams.

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.