Search Criteria
Package Details: librealsense 2.55.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/librealsense.git (read-only, click to copy) |
---|---|
Package Base: | librealsense |
Description: | Intel® RealSense™ SDK 2.0 is a cross-platform library for Intel® RealSense™ depth cameras (D400 & L500 series and the SR300). |
Upstream URL: | https://github.com/IntelRealSense/librealsense |
Keywords: | intel realsense |
Licenses: | Apache |
Submitter: | yang |
Maintainer: | buresu |
Last Packager: | buresu |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2016-02-29 07:35 (UTC) |
Last Updated: | 2024-06-02 12:23 (UTC) |
Dependencies (5)
- glfw (glfw-wayland-minecraft-cursorfixAUR, glfw-gitAUR, glfw-waywallAUR)
- glu (glu-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libusb (libusb-gitAUR)
- cmake (cmake-gitAUR) (make)
Required by (7)
- basalt-monado-git (optional)
- monado
- monado (make)
- monado-doc (make)
- monado-git (optional)
- python-pyrealsense2-git
- ros-noetic-realsense2-camera
Sources (6)
- https://github.com/IntelRealSense/librealsense/archive/refs/tags/v2.55.1.tar.gz
- https://librealsense.intel.com/Releases/L5xx/FW/L51X_FW_Image-1.5.8.1.bin
- https://librealsense.intel.com/Releases/L5xx/FW/L53X_FW_Image-3.5.5.1.bin
- https://librealsense.intel.com/Releases/RS4xx/FW/D4XX_FW_Image-5.16.0.1.bin
- https://librealsense.intel.com/Releases/SR300/FW/SR3XX_FW_Image-3.26.1.0.bin
- realsense-viewer.desktop
Latest Comments
1 2 3 Next › Last »
aminiallight commented on 2025-01-01 23:29 (UTC)
I'm unsure if this qualifies as a build issue but I thought I should report it anyway. At the very least maybe others who experience the same thing will find this comment helpful. If you attempt to build this package with your C/C++ compiler set to Clang and without
extra/openmp
installed the build will fail with the following error message, even thoughextra/openmp
is not a formal dependency:Additionally
extra/openmp
must remain installed in order for the library to be used. This occurs because, unlike GCC, the base Clang package does not include the associated OpenMP implementation. Properly fixing this within the Arch dependency system would require adding a new "Provides: openmp" value to bothextra/openmp
andcore/gcc
which this package could then depend upon.Perdu commented on 2024-12-14 19:31 (UTC)
I had the same problem as acmiyaguchi when building monado. Their solution worked. Can this be patched?
dbermond commented on 2024-10-07 18:39 (UTC)
@buresu the 'git' package is missing from makedepends. Package does not build without it:
sambilbow commented on 2023-06-17 09:21 (UTC)
FYI 2.53.1 is the last version that supports the following cameras: R300, T265, T261, L515.
petronny commented on 2023-06-11 04:08 (UTC) (edited on 2023-06-11 04:08 (UTC) by petronny)
Hi,
git
is still needed to clone libcurl:petronny commented on 2023-04-26 06:03 (UTC)
Also, please remove the leading
v
in pkgver. Andglu
should be added as a dependency.petronny commented on 2023-04-26 05:38 (UTC) (edited on 2023-04-26 05:38 (UTC) by petronny)
Hi, is there a particular reason for not to use
https://github.com/IntelRealSense/librealsense/archive/refs/tags/v${pkgver}.tar.gz
as source?chrisd1977 commented on 2023-03-06 13:01 (UTC) (edited on 2023-03-08 13:13 (UTC) by chrisd1977)
This has a remarkably bad performance for me. If I run rs-depth on my PC it is using 200% processor time in top, while on a raspberry (of all things) it can do the same thing using only 50% processor time. My own test program cannot grab 30 fps at 1280 x 720. Instead I get 15 fps. On the raspberry it does get 30 fps while using less processor time.
Edit: It appears that I was accusing this library falsely. Turned out that I still had another, much older, version of librealsense on my computer and it was using that one. This one seems to do fine. But I did find that to get metadata I had to add -DFORCE_RSUSB_BACKEND=true to the options of cmake.
bemu commented on 2023-02-05 23:10 (UTC)
if someone has the same problem as acmiyaguchi feel free to use this patch: https://github.com/muellerbernd/my_arch_packages/blob/master/librealsense/include_dir.patch
acmiyaguchi commented on 2022-09-30 04:37 (UTC) (edited on 2022-09-30 04:43 (UTC) by acmiyaguchi)
I had (and still) have issues with using this inside of a catkin workspace.
When building against realsense-ros (https://github.com/IntelRealSense/realsense-ros), I get the following error in
realsense2_camera
:I resolved this by manually going into
/lib64/cmake/realsense2/realsense2Config.cmake
and replacing statement settingPACKAGE_PREFIX_DIR
to the following:This part of the configuration is set by the following lines:
https://github.com/IntelRealSense/librealsense/blob/5ff27fca5aaeec4736d6bb3bfb958fee82ee198b/CMake/install_config.cmake#L11-L15
Not sure why the PACKAGE_PREFIX_DIR is invalid, would be nice to have this package install cleanly though.
1 2 3 Next › Last »