MATLAB: VideoReader.m and read.m in MATLAB 64 bit

MATLABvideoreader

read function is crashing at line 91 even after updating line 91
if( ~isempty(obj.NumberOfFrames) )
with
if( ~isempty(obj(1).NumberOfFrames) )
Another piece of information: I have MATLAB 32 bit in another computer. I brought both functions from 32 bit into 64 bit, and the reader is still crashing.
this is certainly a bug in 64 bit. has anyone the solution for this??? thanks!

Best Answer

It isn't enough to just update a single line: you need to update all occurrences, including the one on line 93 - obj(1).NumberOfFrames