Why do I get an insufficient memory error using the READ method on a VideoWriter object in MATLAB 7.12 (R2011a) ?
Afficher commentaires plus anciens
I have an AVI file that is 30MB on disk and has 1727 frames of resolution 320x240. When I create a VideoWriter object and call the READ method with the command:
obj = VideoWriter(filename);
vid = read(obj);
I get the following error :
??? Not enough memory available for 1727 frames.
Error in ==> VideoReader.read at 72
videoFrames = read(getImpl(obj));
I am able read AVI files of upto 11 MB created in the exact same manner with no error.
I tried starting a new session of MATLAB and executing the above commands with no other variables in the workspace. I still obtain the same error.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Univariate Discrete Distributions dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!