video-stream-analytics icon indicating copy to clipboard operation
video-stream-analytics copied to clipboard

OpenCV error

Open tjan90 opened this issue 4 years ago • 1 comments

Hi, I am encountering opencv error. Tried many other solutions but didn't work.

Here is the error when I run collector:

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:java (default-cli) on project video-stream-collector: An exception occured while executing the Java class. no opencv-3.2.0 in java.library.path -> [Help 1]

tjan90 avatar Apr 10 '20 18:04 tjan90

Hi, I am encountering opencv error. Tried many other solutions but didn't work.

Here is the error when I run collector:

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:1.6.0:java (default-cli) on project video-stream-collector: An exception occured while executing the Java class. no opencv-3.2.0 in java.library.path -> [Help 1]

Somehow got a workaround this by getting building the OpenCV in windows and getting the .dll files from there and copying it into macOS. Also, load the file by writing the custom class

tjan90 avatar Apr 12 '20 14:04 tjan90