Filter löschen
Filter löschen

Issue using VideoReader and read functions

7 Ansichten (letzte 30 Tage)
Robert Reid
Robert Reid am 23 Jun. 2020
Kommentiert: Robert Reid am 8 Jul. 2020
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 Kommentare
Marc Mutschler
Marc Mutschler am 29 Jun. 2020
I have the same problem. Does someone knows a proper solution?
Robert Reid
Robert Reid am 8 Jul. 2020
Hi Marc,
Have you figured out any solutions to this problem?
Rob

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by