Dose Intel RealSense SDK v2.50.0 officially support in CentOS 8?
Hi,
Recently I am planning to integrate a L515 related project from Ubuntu OS to CentOS 8. However, the Intel RealSense SDK2.0 website seems like only describing how to use it in Ubuntu.
I have tried to compile the SDK in CentOS 8, but there are many packages need to be installed/re-installed/removed. I have not succeeded yet. I am wondering about can Intel RealSense SDK v2.50.0 be used in CentOS 8? Thank you.
Best regards,
Jeff
-
Hi Yang Jeff The RealSense SDK 2.0 does not have specific official support for CentOS, though you should be able to install on CentOS if you build the SDK from source code with CMake instead of building from packages by using an installation method called RSUSB backend. This method is not dependent on Linux versions or kernel versions and does not require patching. It bypasses the Video4Linux subsystem, eliminating the need to patch the kernel. Instructions for the RSUSB method can be found in the link below.
https://github.com/IntelRealSense/librealsense/issues/9931#issuecomment-964289692
An alternative approach that has been used in the past with CentOS is to create a snap package of the SDK.
Here is a past example of a RealSense SDK 2.0 snap package for CentOS.
Please sign in to leave a comment.
Comments
1 comment