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: | 10 |
Popularity: | 0.45 |
First Submitted: | 2016-02-29 07:35 (UTC) |
Last Updated: | 2024-06-02 12:23 (UTC) |
Dependencies (5)
- glfw (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR)
- glu (glu-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libusb (libusb-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (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
« First ‹ Previous 1 2 3 Next › Last »
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.
Svanto commented on 2021-06-24 12:04 (UTC)
@pingplug Understood, I apologise for my misconception and thank you very much for the info.
pingplug commented on 2021-06-24 09:16 (UTC)
@Svanto I can't run realsense-viewer with
glfw-wayland
.Svanto commented on 2021-06-23 22:18 (UTC)
Is there a technical reason that the package does not allow to use glfw-wayland in place of glfw-x11 as a dependency? I cannot seem to find one. If there is not, may I request that it's added as an alternative?
Thank you very much for your time.
TUC commented on 2021-05-27 08:41 (UTC)
The amazonaws links are broken.
dreieck commented on 2021-04-29 15:19 (UTC) (edited on 2021-04-29 15:21 (UTC) by dreieck)
Fails to build for me with
unknown pseudo-op: `.lbe10946'
andopen CFI at the end of file; missing .cfi_endproc directive
:dbermond commented on 2021-02-16 00:13 (UTC)
@pingplug Missing 'glu' on depends. Without glu installed, it will not even compile, giving this error: /usr/include/GLFW/glfw3.h:215:13: fatal error: GL/glu.h: No such file or directory
And namcap output shows that it's needed at runtime: librealsense E: Dependency glu detected and not included (libraries ['usr/lib/libGLU.so.1'] needed in files ['usr/bin/rs-trajectory'])
Please add 'glu' to depends.
wwwlea commented on 2020-10-14 08:21 (UTC) (edited on 2020-10-14 08:22 (UTC) by wwwlea)
Hi! I have this installed, and I get the following error message during boot:
systemd-udevd[355]: /etc/udev/rules.d/99-realsense-libusb.rules:3 Unknown group 'plugdev', ignoring
Has anyone else experienced this?
m-pilia commented on 2019-12-18 12:43 (UTC) (edited on 2019-12-18 12:43 (UTC) by m-pilia)
Hi! It would be nice if the package had a
.desktop
file for therealsense-viewer
tool. A possible patch is the following:and the content of the
.desktop
file:marsmee commented on 2019-02-16 23:52 (UTC) (edited on 2019-02-16 23:57 (UTC) by marsmee)
I currently use this package together with ROS (melodic) and I'm not quite sure if it was the hardware (D435), librealsense, or the realsense ROS-wrapper itself, but most, if not all, of its launch scripts crashed from time to time. Sometimes it helped to change the USB port, however, at some point the scripts always crashed.
The problem could apparently be solved by passing
-DFORCE_LIBUVC=true
within thePKGBUILD
sbuild()
section. I will continue to use and test this configuration, and may report new findings here. What I can say so far is that the scripts start seemingly more reliable, although not every time.« First ‹ Previous 1 2 3 Next › Last »