필터 지우기
필터 지우기

Issue using VideoReader and read functions

조회 수: 7 (최근 30일)
Robert Reid
Robert Reid 2020년 6월 23일
댓글: Robert Reid 2020년 7월 8일
I have a matlab based application for analyzing video in sports applications. This application stores information associated with events in the video using the frame number to locate the position on the video. This is an application we have run for a number of years without any issues. Both the VideoReader() and read() functions are used to look up the image of a specified frame:
VideoInfo = VideoReader(VideoFileName)
im = read(VideoInfo, FrameNumber)
All of a sudden, I am running into issues on some computers, but not all, and I suspect that it may have to do with a recent windows update. On some computers, the functions are looking up incorrect images for a given file and frame number. We have our video files synchronized through dropbox - so, the various computers are using the exact same video and data files.
I did a recent windows update and ran into the problem on my computer. I then uninstalled the update and the problem went away. This is why I am suspicious that the update may have had something to do with it, but I am not certain.
Does anyone have any similar experience or tips as to where I should look? Thank you in advance.
  댓글 수: 2
Marc Mutschler
Marc Mutschler 2020년 6월 29일
I have the same problem. Does someone knows a proper solution?
Robert Reid
Robert Reid 2020년 7월 8일
Hi Marc,
Have you figured out any solutions to this problem?
Rob

댓글을 달려면 로그인하십시오.

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by