realsense-processing icon indicating copy to clipboard operation
realsense-processing copied to clipboard

Support for Raspberry Pi 4 with Processing 4

Open owenmcateer opened this issue 2 years ago • 0 comments

Hello, I believe this library supports Linux armhf but I am getting an error when attempting to run it in Processing 4 on a Raspberry Pi 4.

A library used by this sketch relies on native code that is not available.
UnsatisfiedLinkError: Platform "linux-arm" not supported by class org.bytedeco.librealsense2.global.realsense2
UnsatisfiedLinkError: Platform "linux-arm" not supported by class org.bytedeco.librealsense2.global.realsense2

I saw these two related issues so I hope I'm just making some silly mistake. https://github.com/cansik/realsense-processing/issues/28 https://github.com/bytedeco/javacpp-presets/issues/945

owenmcateer avatar Jun 09 '23 12:06 owenmcateer