Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
jetson orin nx 16GB
• DeepStream Version
7.0
• JetPack Version (valid for Jetson only)
6.0
• TensorRT Version
8.6.2.3
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
question
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
/opt/nvidia/deepstream/deepstream/samples/configs/deepstream-app/source1_usb_dec_infer_resnet_int8.txt
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Hello, I am trying to take a 3840*2160 60fps rtsp stream on jetson nano Nx 16GB as the input for deepstream sample app, with jetson clocks running and NV power MAXN. And the test app /opt/nvidia/deepstream/deepstream/samples/configs/deepstream-app/source1_usb_dec_infer_resnet_int8.txt:
- I have modified the input into:
[source0]
enable=1
type=4
uri=rtsp://admin:123456@192.168.1.100:8554/live
- 3840*2160 60fps rtsp input, but the fps output on the terminal is only about around 42 fps, and the display video blurs in the rapidly changing video regions.
- Then I tried to slow down the input fps to 30, the deepstream processing fps is stable around 30, but the video blurring does not improve.
- Then I tried input of 1920*1080 60/30 fps rtsp input, everything went ok and no blurring and fps is the same as the input.
- I also tried to view the same 4k rtsp input by the VLC player, no blurring happens.
So the question is how to avoid the blurring and the lower fps with the 4K 60fps rtsp input? Is there any parameters or setting I can set or this is only the performance limit of the orin Nx hardware?
Thanks for your help.