Initiating VideoReader gives memory leak?

2 次查看(过去 30 天)
VideoReader initilization consumes RAM that is not returned (example loop below will consume all RAM )
for i=1:100
vReader = VideoReader(vidPath);
The use case is of course to read different videos, which results in the same problem. Any suggestions?
  3 个评论
Andreas Nord
Andreas Nord 2020-12-28
Strange, I am not doing anything in addition to what I posted. Im using 2020b
Raunak Gupta
Raunak Gupta 2020-12-28
Hi Andreas,
I tried with R2020b also and everything is working fine for me. Perhaps contacting MathWorks support can help resolve the issue if there is any.
http://www.mathworks.com/support/contact_us/

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Startup and Shutdown 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by