Problem with vision.VideoFileReader
3 ビュー (過去 30 日間)
古いコメントを表示
Hello, I am using MATLAB R2011b and trying to use the toolbox of Computer Vision System. However, I found a problem that confuse me. I am using the syntac:
vision.VideoFileReader, but when I run the program, it showed me this notification and others.
">> playvid Undefined function 'dspmmfileinfo' for input arguments of type 'char'."
What is actually the problem? Im trying to look up on my toolbox system and it seems all okay. I tried to google to find out the solution, but no exact solution found. Anyone knows what the problem is?
Thank you.
0 件のコメント
回答 (2 件)
shubha p
2017 年 2 月 20 日
but iam getting Undefined variable "vision" or class "vision.VideoFileReader".
0 件のコメント
Nitin
2013 年 6 月 26 日
編集済み: John Kelly
2014 年 5 月 27 日
Try running this code using the shaky_car video inbuilt in Matlab and see if it works:
videoFReader = vision.VideoFileReader('shaky_car.avi');
videoPlayer = vision.VideoPlayer;
If it works, it probably means your file type is not supported or corrupted
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Computer Vision Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!