Multiple video stream processing in Jetson Xavier AGX

I want to purchase a Jetson Xavier AGX for processing multiple IP camera feeds using RTSP. The AGX will need to run an object detection algorithm on every stream and store the output file containing the information on a storage device. We need to process a total of 500 IP cameras . I want to know the approximate range of the number of feeds that a single Xavier AGX can process simultaneously without a significant drop in frame rate. Also, what are the corresponding numbers in Nano, TX2 and Xavier NX.

Hi,
500 IP cameras may exceed the hardware constraint. In out demonstration in DeepStream SDK, we run 30x 1080p30 input sources. The config file is

/opt/nvidia/deepstream/deepstream-6.0/samples/configs/deepstream-appsource30_1080p_dec_infer-resnet_tiled_display_int8.txt

If you have Xavier, can try the command:

/opt/nvidia/deepstream/deepstream-6.0/samples/configs/deepstream-app$ export DISPLAY=:0
/opt/nvidia/deepstream/deepstream-6.0/samples/configs/deepstream-app$ deepstream-app -c source30_1080p_dec_infer-resnet_tiled_display_int8.txt

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