How can I solve a VideoReader error on ubuntu linux?
1 回表示 (過去 30 日間)
古いコメントを表示
I am using Matlab 2017a on ubuntu linux 16 to read a video (mp4) but the VideoReader function gives me an error
Error using VideoReader/init (line 607) The filename specified was not found in the MATLAB path.
Error in VideoReader (line 172) obj.init(fileName);
the code I am using is:
secuence=VideoReader('completePath/vigi_prueba');
I read it could be a problem with gstreamer, when I run the command dpkg -l | grep gstreamer on the console I get answers for both gstreamer 1.0 and 0.10 installed
Thank you
0 件のコメント
回答 (1 件)
Spencer Chen
2017 年 4 月 4 日
Can you test to see if your filename can be found from Matlab using the "exist" function?
2 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!