KT Harris
KT Harris

Reputation: 41

memory issue regarding reading frames of a video in matlab

i am trying to read numbers of frames using mmreader function in a given video but matlab gives an error by saying

??? Not enough memory available for 1515 frames.

i have tried using the command clear all and clear but this problem is consistent could someone please help me out ??

Upvotes: 0

Views: 689

Answers (1)

Jerome Lecoq
Jerome Lecoq

Reputation: 43

Matlab 32 bits is limited in the maximal size of its matrix. With Videos you frequentely touches it.

Are you using 32 or 64 bits?

Upvotes: 0

Related Questions