-
Notifications
You must be signed in to change notification settings - Fork 14
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
Intel L515 support #32
Comments
Yes, I am currently working on that, but first we have to update the native base libraries: bytedeco/javacpp-presets#946 If you are working on MacOS, you can replace the jars with the following and it should run with the Intel L515: librealsense2-java-2.38.1.zip |
Thanks a lot. |
Tried it on Mac now, I get:
Full log here: hs_err_pid41952.log |
Do note, that on
|
Maybe related to this? IntelRealSense/librealsense#6925 Similar here:
|
@cansik I see it was merged a couple of days ago. any news about getting this into this library? Thanks. |
Thank you, I have already seen it. 1.5.5 is currently snapshot, and because gradle is not great at handling maven snapshot releases, I will wait until javacpp-presets 1.5.5 are officially released. Then it should be a nobrainer, just editing the gradle files of the java warpper and re-building the realsense-processing library. You could of course do that already now... :) just to have a release for your windows version. |
Thanks.
I will look into it again later. @cansik, Do you have an idea/direction regarding the macOS crash with |
friendly bump: 2.39.0 is already out for some time |
Thanks! If you would like to contribute, you could already bump the javacpp-presets to 2.39.0. I am still waiting for the release of 1.5.5 |
Intel RealSense 515 is now supported. A prebuilt release should follow today. |
this bumps the version to 2.40 supporting newer devices
RealSense: No device found!
with the new L515 camera.Camera does work with
realsense-viewer
2.38.1, and this repo uses 2.29. could that be the problem?BTW, on same setup:
D415 works great.
SR305 also works fine (although fails on pointcloud demo)
The text was updated successfully, but these errors were encountered: