I tried to run the DepthTest program on my M1 Mac but I ran into some issues. First Processing could not find the jna.jar and jna-platform.jar files. I solved this by copying them into the library folder. This seemed to work but now there is another issue. Processing can bot load the libusb-1.0.0.dylib library.
This is my error message:
UnsatisfiedLinkError: Can't load library: /Users/UserName/Documents/Processing/libraries/openkinect_processing/library/v1/mac/libusb-1.0.0.dylib
How can I solve this?