The best way to install librealsense/pyrealsense on Ubuntu 24 #13810
anbarsanti
started this conversation in
General
Replies: 1 comment
-
|
Hi @anbarsanti The easiest way to install the librealsense SDK on Ubuntu is to build it with the libuvc backend procedure, which provides a pre-made build script called 'libuvc_installation.sh'. The pyrealsense2 wrapper can be installed at the same time as librealsense by editing line 46 of the script to add the build flag -DBUILD_PYTHON_BINDINGS:bool=true If the libuvc installation method does not complete successfully then there is a similar method for building from source code with CMake called the RSUSB backend, which works similarly to libuvc. A set of instructions for the RSUSB method can be found at #9931 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am looking for the best way to install librealsense/pyrealsense on Ubuntu 24 to run my D435i camera. Any way I found and tried, gives error.
Could you help?
Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions