Nvvideoconvert throwing NvRmMemInit failed

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) Jetson Xavier NX
• DeepStream Version 5.0
**• JetPack Version (valid for Jetson only)**4.5.1
• TensorRT Version7.1.3
• NVIDIA GPU Driver Version (valid for GPU only)
**• Issue Type( questions, new requirements, bugs)**Bug
• 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)
gst-inspect-1.0 nvvideoconvert
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

Hi,
This error is not replicable all the time, but it is frequent.
Our deepstream application encountered below error:

NvRmMemInit failed

I tried inspecting the plugins which might cause this issue.
I got this error while executing the below command:
gst-inspect-1.0 nvvideoconvert


Please let me know a possible reason for this issue and how to prevent it from occurring.
Please note that this issue is random and does not occur every time. Restarting the system fixes the issue most of the time.

A quick solution is to clear gstreamer library cache using below command:

rm ~/.cache/gstreamer-1.0/registry*

But, I would like to know if a better solution exists.

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

It should be some environment issue. To clear the cache may help. This error is reported by the driver. You may check the kernel log for more information. We can’t tell the reason just by this error itself.

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