Can't run VideoReader
2 views (last 30 days)
Show older comments
I am using Matlab 2016a on Mac OS system. It shows error when I use VideoReader
>> VideoReader('comp_street.avi')
Error using VideoReader/init (line 619)
Failed to initialize internal resources.
Error in VideoReader (line 172)
obj.init(fileName);
Does anyone know how to fix this please? Thanks for help!
1 Comment
Geoff Hayes
on 2 Nov 2016
Adam - see Walter's answer at https://www.mathworks.com/matlabcentral/answers/244422-how-to-clear-following-error-during-image-into-video-conversion-error-using-videoreader-init-line-4 which is for a similar question. Perhaps it will be helpful for you as well.
Answers (0)
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!