Ask Your Question

Caracal's profile - activity

2017-01-14 23:44:58 -0600 commented answer OpenCV 3.2 Java Documentation

In that docs I don't see any descriptions. To get some info I use not Java documentation, it helps: http://docs.opencv.org/3.2.0/

2017-01-13 11:07:46 -0600 answered a question opencv3 videoCapture doesn't work

Your second method will work if you remember that you use Java.

• Add opencv_ffmpeg to .../opencv3x/build/java/x86 - the path that you set for native lib in Eclipse.

2017-01-13 10:12:52 -0600 commented question Java VideoCapture is Open, But Mat.read(frame) is Always false

Does it work on video files? Like if you do: VideoCapture camera = new VideoCapture("vid.avi"); Why dont you try OpenCV 3.2 version? I have no problem with video camera, tested on 3 devices.

2017-01-13 09:25:21 -0600 answered a question Java VideoCapture is Open, But Mat.read(frame) is Always false

Does it work on video files? Like if you do: VideoCapture camera = new VideoCapture("vid.avi");

Why dont you try OpenCV 3.2 version? I have no problem with video camera, tested on 3 devices.