Filter löschen
Filter löschen

Initiating VideoReader gives memory leak?

2 Ansichten (letzte 30 Tage)
Andreas Nord
Andreas Nord am 17 Dez. 2020
Kommentiert: Raunak Gupta am 28 Dez. 2020
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 Kommentare
Andreas Nord
Andreas Nord am 28 Dez. 2020
Strange, I am not doing anything in addition to what I posted. Im using 2020b
Raunak Gupta
Raunak Gupta am 28 Dez. 2020
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/

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Startup and Shutdown finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by