Hello all,
I tried loading my Kinect project after updating to macOS Ventura and now I get this error message:
UnsatisfiedLinkError: Can’t load library: /Users/lucas/Documents/Processing2/libraries/openkinect_processing/library/v2/mac/libturbojpeg.dylib
java.lang.UnsatisfiedLinkError: Can’t load library: /Users/lucas/Documents/Processing2/libraries/openkinect_processing/library/v2/mac/libturbojpeg.dylib
at processing.opengl.PSurfaceJOGL.lambda$initAnimator$2(PSurfaceJOGL.java:409)
at java.base/java.lang.Thread.run(Thread.java:833)
A library used by this sketch relies on native code that is not available.
UnsatisfiedLinkError: Can’t load library: /Users/lucas/Documents/Processing2/libraries/openkinect_processing/library/v2/mac/libturbojpeg.dylib
UnsatisfiedLinkError: Can’t load library: /Users/lucas/Documents/Processing2/libraries/openkinect_processing/library/v2/mac/libturbojpeg.dylib
I use the Open Kinect Library and Processing 4.0.2 on a M1 Mac.
Has anyone run into the same problem and can guide me to a solution?
thanks