Deepstream

Please provide complete information as applicable to your setup.

• Hardware Platform Jetson
• DeepStream Version 6.2
• JetPack Version (valid for Jetson only)
• TensorRT Version 5.1.1
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type questions
**• I set different fps and bitrate for the camera and found that Orin’s CPU consumption increased while GPU remained unchanged.In theory, GPU is used for decoding, and as the number of data packets increases, GPU should show significant changes.

test result:
CPU(%) MEM(M) GPU(M)
|fps25-2048| 33 253 833
|fps25-2048| 45 250 833
|fps25-8092| 56 267 833

Decoding uses the dedicated hardware module. inference will use GPU. Please use “sudo tegrastat” or jtop to check.

NVDEC and VIC is using

Is this still an DeepStream issue to support? Thanks!

I have added a comparative test, and currently the results are normal. Thank you for your help.

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