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.
Can't run VideoReader
2 次查看(过去 30 天)
显示 更早的评论
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!
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!