![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/560438/image.png)
Interfacing new Azure Kinect with Matlab and opening associated .mkv files
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Also I am trying to read a .mkv file in Matlab using VideoReader but again get an error.
v = VideoReader('C:\users\gaila\Documents\output.mkv')
Error using VideoReader/initReader (line 734)
Unexpected exception in plug-in: 'No Frame Rate for this file Reason: The requested attribute was not found.'
Error in audiovideo.internal.IVideoReader (line 136)
initReader(obj, fileName, currentTime);
Error in VideoReader (line 104)
obj@audiovideo.internal.IVideoReader(varargin{:});
Any input would be much appreciated!
0 commentaires
Réponses (1)
Shivang Srivastava
le 24 Mar 2021
Hi Gail,
As per my understanding of your query, you are experiencing an issue with the VideoReader Function. I tried to run the VideoReader function with a sample .mkv file on MATLAB R2021a.
v = VideoReader('Sample.mkv')
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/560438/image.png)
The VideoReader seemed to be working completely fine and the error is not reproducible on my end.
I would suggest you check whether your output.mkv file for any possible errors or breakages.
0 commentaires
Voir également
Catégories
En savoir plus sur Kinect For Windows Sensor dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!