Reducing memory allocation from certain processes

We are using a jetson nano for simultaneous 2 camera MIPI capture and post-analysis of the images on the system. In doing so, we’re wanting to reduce memory allocation to certain processes to increase the performance (we’re running into many hiccupts). Some hints on WHERE to address this would also possibly help. We think a lot of it is coming from displaying 2 high resolution images, and we are seeing frame drops in the analysis when the memory goes over 80%…

Try to use smaller size sensor mode would help to reduce memory usage.

The problem is the current sensor size is critical for our applications, so we were looking to reduce memory usage elsewhere.

There’s no way to reduce camera memory only way is check if able reduce the post processing memory usage.

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