필터 지우기
필터 지우기

Error using VideoReader function

조회 수: 1 (최근 30일)
REZA
REZA 2018년 1월 17일
편집: REZA 2018년 1월 17일
I am using matlab 2017a 64bit in windows 7 ultimate (sp1) 64bit with 32gb ram, nvidia Geforce GTX 1070.
When I run the command:
a=VideoReader('test.mp4');
I get the following error:
Error using VideoReader/init (line 619) Failed to initialize internal resources.
Error in VideoReader (line 172) obj.init(fileName);
Error in VRtest1 (line 1) a=VideoReader('test.mp4');
What would be the solution? I tried some but didn't work. Anyone can help? Thanks in advance.

답변 (0개)

카테고리

Help CenterFile Exchange에서 데이터 가져오기 및 내보내기에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!