Not enough memory for splitting video into frames
Ältere Kommentare anzeigen
I want to split a video clip into frames. The clip I used has 2040 frames, and when I run the code to split video into frames it gives an error saying there isn't enough memory for 2040 frames. Can anyone please tell me what the problem is? Has it got anything to do with the computer's RAM? I have 2GB
Akzeptierte Antwort
Weitere Antworten (2)
vijay sai
am 26 Jan. 2014
0 Stimmen
yes, as walter said the problem is with RAM, u could process the same by resizing the video to a reduced resolution....
Image Analyst
am 26 Jan. 2014
0 Stimmen
See my demo. It does that. No memory problem because it only reads in and processes one frame at a time.
1 Kommentar
Sneheet
am 30 Jan. 2014
Kategorien
Mehr zu Motion Detection finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!