Possible memory leak in VPI1.1 used in python

Hi,
I use VPI1.1 in python on my nano with live images from the HQ IMX477 camera.
When I use a simple example with resampling the image, the used RAM rises until 100% and from 80% onwards its getting very slow.
Is this a memory leak from VPI or I am doing something wrong? I’m new to VPI.
BR Erich

IMX477_VPI_test.py (4.2 KB)

Hi,

Thanks for reporting this.
This is a known issue and our internal team is working on this:

Will update more information with you once we got any feedback.
Thanks.

Great!
Hope for a fast fix because after appr. 5s I cannot use VPI anymore so its useless at the moment for live images.
BR Erich

Hi,

While our internal is working on the solution, there is a WAR in the below comment:

Thanks.

Hi,
the vpi.clear_cache() helps!
Thanks for the fast workaround.

BR Erich