Java opencv Can not open a .mp4 video file by VideoCapture

asked 2014-08-28 04:19:27 -0600

Hi there, System.loadLibrary(Core.NATIVE_LIBRARY_NAME); VideoCapture capture = new VideoCapture(); boolean result = capture.open("m.mp4"); System.out.println(result); The code above return a "false" value. Actually, the code works fine in a 32 bit Windows system (Windows 7). When I try to run it in my 64 bit system (windows 7). It fails. Does anybody know the reason? Thanks a million.

edit retag flag offensive close merge delete

Comments

were you able to fix this issue I am facing the same on windows8 64 bit machine

novinjaiswal gravatar imagenovinjaiswal ( 2016-03-04 22:11:23 -0600 )edit