OpenCV Java binds VideoCapture from file failing silently -
I am using OpenCV 2.4.8 with supplied Windows 64 bit Java Jar. I am using OpenCV in my current environment to this point.
I am unable to open video files using the Down with Neither the file format makes a difference (these are changed, not just in the name of hope) The location does not seem to matter either. Neither makes garbage, OpenCV is not an exception by Java, either silently failing. PATH is the ffmpeg directory provided with opencv installation, Right now I have run away from ideas, it seems that whatever I extract through the original through Any help would be greatly appreciated OpenCV 2.4.9 There was only one problem with. For example, "C: \ OpenCV \ build \ x64 \ vc11 \ bin". VideoCapture class, but Webcam feeds work fine.
Expected work with video. Translated is returning true
videocapture video = new video capture (); Boolean results = video. Open (0);
the video fails. Open Returned
VideoCapture Video = New Video Capture (); Boolean results = video.open ("res / hand-test-1.mp4");
video.open (" res / hand-test-1.mp4 "); Video.open ("race / hand test 1.avi"); Video.open ("race / hand test 1.wmv");
video.open ("C: /hand-test-1.mp4"); Video.open ("C: \\ manual test 1.mp4"); Video.open ("manual test 1.mp4");
video.open ("ashdkfhkajsjdfkhaksdf");
C: \ dev \ opencv \ sources \ 3rdparty \ ffmpeg
video.open (string) will return false.
Comments
Post a Comment