필터 지우기
필터 지우기

Initiating VideoReader gives memory leak?

조회 수: 2 (최근 30일)
Andreas Nord
Andreas Nord 2020년 12월 17일
댓글: Raunak Gupta 2020년 12월 28일
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