-
Notifications
You must be signed in to change notification settings - Fork 23
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
System.loadLibrary(Core.NATIVE_LIBRARY_NAME); #1
Comments
@jhuh3226, what OS are you running? I was building this for windows and had installation for OpenCV for Win32 (I had windows 8) and corresponding plugin for OpenCV from Precessing. Try to install both of them if you are on Windows - if not - I'm not sure if I really can help, need to investigate how to integrate OpenCV and Processing on other OSs |
I meant this specific plugin: |
Other alternative for you to explore - Processing is just java code (with some exceptions but anyway) - you may try to port part which is interesting for you to just Java desktop application removing Processing dependency completely. The only reason why I used Processing was that I had limited time to complete some working prototype and that seemed reasonable but you may waste too much time configuring it. |
I'm running the library on Mac OS so I'll try to use this code on Win32 and also check the plugins you have linked. |
In recognizer file all the pre files (camera.pde, GUI.pde and so on) doses't work, having problem in the line of
System.loadLibrary(Core.NATIVE_LIBRARY_NAME);
also mentioningIs there any ways to solve this problem?
The text was updated successfully, but these errors were encountered: