-
Notifications
You must be signed in to change notification settings - Fork 8
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
UnsatisfiedLinkError #4
Comments
@nsputnik I did some research on this, since it seems to be an issue with the 'OpenCV for Processing' and MacOS's new 64bit requirement and found this discussion on the opencv lib which points to this solution from the processing forum. EDIT: just saw you also posted on the repo issues above.. hmm will also check getting it working on my new setup (apple silicon + 12.5) |
@nsputnik found a solution for my setup (MBP M1+, 12.5.x)
This worked fine for me using the Intel x86 build even though I'm on apple silicon. The first time I ran it, it warned that OpenCV isn't made for my hardware or something like that but ran.. now having quit and reopen, no more warning.. just works. Unfortunately I can't figure out how to get it installed and working on Processing's Apple Silicon release... something I notice deep within Processing's package contents, |
@ffd8 That you so much. |
@nsputnik Aha - awesome, also just did the same on latest processing with apple silicon = works just fine! |
FYI, the |
With the xtra_video.pde example script I am getting an error "UnsatisfiedLinkError: no opencv_java245 in java.library.path" and then it lists the path to Processing.app/Contents/Java/core/library/macos-x86_64 and paths at documents/Processing/libraries to minim, video, and opencv_processing library directories. Running Mac OSX 10.14 Intel, getting the same error on 12.3 Apple Silicone.
The text was updated successfully, but these errors were encountered: