Skip to content
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

SDK(realsense viewer) vesion change #12976

Closed
Rhymakers opened this issue May 29, 2024 · 3 comments
Closed

SDK(realsense viewer) vesion change #12976

Rhymakers opened this issue May 29, 2024 · 3 comments

Comments

@Rhymakers
Copy link

Rhymakers commented May 29, 2024

Required Info
Camera Model { L515 }
Firmware Version (None)
Operating System & Version {Linux (Ubuntu 22)}
Kernel Version (Linux Only) (6.5.0-35-generic)
Platform PC
SDK Version {2.55.1}
Language {pcl }
Segment {Robot}

Issue Description

I have a realsense l515. I want to record data through the realsense viewer, but I saw that l515 is no longer supported in the latest version of SDK(viewer). Can I see the L515 through the viewer by lowering the version of SDK that is already installed?

https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md
I've done SDK installation with the link above.

@MartyG-RealSense
Copy link
Collaborator

Hi @Rhymakers You could access your L515 by building version 2.54.2 of the SDK from source code using CMake. The source code can be downloaded as a compressed zip file from the 'Assets' file list at the link below and then extract the SDK code as a folder from the zip and build it.

https://github.com/IntelRealSense/librealsense/releases/tag/v2.54.2

image

Instructions for the build process can be found at #9931 (comment)


If you prefer to install from packages then an alternative is to list past versions of the packages with the command apt-cache showpkg librealsense2 and then use the package installation process that you previously used but use the package names for the 2.54.2 version that you obtain from the showpkg command..

@Rhymakers
Copy link
Author

Thank you for your response!
Actually, I tried another way and succeeded, but I was waiting for a formal response.
I followed the link below with the 2.54.2 zip file.
https://dev.intelrealsense.com/docs/compiling-librealsense-for-linux-ubuntu-guide
I hope it can be a reference to someone.

P.S. I think it's the same way you sent it

@MartyG-RealSense
Copy link
Collaborator

You are very welcome! It's great to hear that you succeeded. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants