You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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..
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.
The text was updated successfully, but these errors were encountered: