VideoReader.m and read.m in MATLAB 64 bit
조회 수: 6 (최근 30일)
이전 댓글 표시
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!
댓글 수: 2
채택된 답변
Walter Roberson
2012년 11월 13일
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
댓글 수: 0
추가 답변 (1개)
Mario Trevino
2012년 11월 13일
댓글 수: 1
Walter Roberson
2012년 11월 13일
Hasn't been a "Walt" in my family for at least 4-5 generations. There is reason to expect that the name was used in full by our family back to the early 12th century.
참고 항목
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!