Ask Your Question

ianliu0420's profile - activity

2014-08-28 04:19:27 -0600 asked a question Java opencv Can not open a .mp4 video file by VideoCapture

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.