VideoReader.m and read.m in MATLAB 64 bit

2 次查看(过去 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
Walter Roberson 2012-11-13
For certainty, please indicte the error message.
Mario Trevino
Mario Trevino 2012-11-13
in the 64bit, intact:
Dot name reference on non-scalar structure. Error in VideoReader/read (line 93) frameIndex(frameIndex == Inf) = obj.NumberOfFrames;
Error in core_ZBtracker>makebackground_frame (line 214) mov=read(vidObj, [start_vidFrame start_vidFrame+delta_interno]);

请先登录,再进行评论。

采纳的回答

Walter Roberson
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

更多回答(1 个)

Mario Trevino
Mario Trevino 2012-11-13
NICE! little bug, simple solution, big headache. thank you very much Walt!
  1 个评论
Walter Roberson
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by