Fixed the dlls

This commit is contained in:
Kelly Kelly 2022-05-24 11:24:20 -04:00
parent 8a92f843b1
commit 918a7ac083
6 changed files with 2 additions and 2 deletions

View File

@ -126,9 +126,9 @@ public class ImageUtils {
if (OpenCvLoader.openCvIsLoaded()) { if (OpenCvLoader.openCvIsLoaded()) {
try { try {
if (System.getProperty("os.arch").equals("amd64") || System.getProperty("os.arch").equals("x86_64")) { //NON-NLS if (System.getProperty("os.arch").equals("amd64") || System.getProperty("os.arch").equals("x86_64")) { //NON-NLS
System.loadLibrary("opencv_ffmpeg248_64"); //NON-NLS System.loadLibrary("opencv_ffmpeg3416_64"); //NON-NLS
} else { } else {
System.loadLibrary("opencv_ffmpeg248"); //NON-NLS System.loadLibrary("opencv_ffmpeg3416"); //NON-NLS
} }
tempFfmpegLoaded = true; tempFfmpegLoaded = true;
} catch (UnsatisfiedLinkError e) { } catch (UnsatisfiedLinkError e) {

Binary file not shown.

Binary file not shown.

BIN
thirdparty/opencv/lib/i386/opencv_java3416.dll vendored Executable file

Binary file not shown.

BIN
thirdparty/opencv/lib/i586/opencv_java3416.dll vendored Executable file

Binary file not shown.

BIN
thirdparty/opencv/lib/i686/opencv_java3416.dll vendored Executable file

Binary file not shown.