Effacer les filtres
Effacer les filtres

Issue using VideoReader and read functions

7 vues (au cours des 30 derniers jours)
Robert Reid
Robert Reid le 23 Juin 2020
Commenté : Robert Reid le 8 Juil 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 commentaires
Marc Mutschler
Marc Mutschler le 29 Juin 2020
I have the same problem. Does someone knows a proper solution?
Robert Reid
Robert Reid le 8 Juil 2020
Hi Marc,
Have you figured out any solutions to this problem?
Rob

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by