how to use opencv 3.3.0 and java [closed]

asked 2017-10-09 10:28:42 -0600

Guys how to get frames from VideoCapture(record .webm file)

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by berak
close date 2017-10-11 08:23:32.745054

Comments

what's your os ?

berak gravatar imageberak ( 2017-10-09 11:01:28 -0600 )edit

Windows 10

dark4eg gravatar imagedark4eg ( 2017-10-09 11:02:31 -0600 )edit

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)

berak gravatar imageberak ( 2017-10-09 11:05:01 -0600 )edit

mmm.... from just adding it to class path?

dark4eg gravatar imagedark4eg ( 2017-10-09 11:06:28 -0600 )edit

no, the global system environment PATH.

java class path is only for jar and class files, not for dlls.

berak gravatar imageberak ( 2017-10-09 11:08:07 -0600 )edit

thank you man!)

dark4eg gravatar imagedark4eg ( 2017-10-09 11:13:17 -0600 )edit

did it work ?

make a comment, with, what you did, exactly, and we have an answer here ;)

berak gravatar imageberak ( 2017-10-09 11:14:37 -0600 )edit