-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Elaborate on how to use this with Java 17 #79
Comments
Hi, @charlesritchea , did you solve the problem in the end? I encountered the same problem these days. |
Yeah it ended up being stupidly simple I think it's just to call loadLocally, I'll put the code here when I get back |
@fighttiger25 it was just this:
|
I thought I had to load the specific native library, but this just does it automatically from the library bundled in the maven dependency |
Thanks for your quick response! May I ask you about the version of JRE and OpenCV you used?
|
Now that loadShared is essentially deprecated, and I assume many people using that method, like myself, have no idea how to get the exact version of opencv needed built in their Dockerfile to be used by loadLocally. Can we get an example Dockerfile or any further instructions on how to setup an environment that works with loadLocally. Maybe I'm dumb, but I don't understand what is needed from just the current README
The text was updated successfully, but these errors were encountered: