how to use opencv 3.3.0 and java [closed]
Guys how to get frames from VideoCapture(record .webm file)
Guys how to get frames from VideoCapture(record .webm file)
Asked: 2017-10-09 10:28:42 -0600
Seen: 198 times
Last updated: Oct 09 '17
Unresolved inclusion in OpenCV+Android tutorial
How to convert Floating point image to 32-bit single-channel?
Getting single frames from video with python
After setting capture property, reading the property returns 0.0
How to translate this to Java?
android: how to put a column into Mat
Video Capture not working in OpenCV 2.4.2 Windows7 32bit vs9
what's your os ?
Windows 10
look for the opencv_ffmpegXX.dll, and make sure it's on the PATH or next to your app.
(video file and stream handling is done from there)
mmm.... from just adding it to class path?
no, the global system environment PATH.
java class path is only for jar and class files, not for dlls.
thank you man!)
did it work ?
make a comment, with, what you did, exactly, and we have an answer here ;)