Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D435i can't find device in RK3588 #3183

Open
ciyuan606 opened this issue Aug 15, 2024 · 1 comment
Open

D435i can't find device in RK3588 #3183

ciyuan606 opened this issue Aug 15, 2024 · 1 comment
Labels

Comments

@ciyuan606
Copy link


Required Info
Camera Model D435i }
Firmware Version /
Operating System & Version Linux (Ubuntu 22.04
Kernel Version (Linux Only) 5.10.110-rockchip-rk3588
Platform orange pi
Librealsense SDK Version 2.55.1
Language python
Segment Robot
ROS Distro humble
RealSense ROS Wrapper Version 4.55.1

Issue Description

I use
sudo apt install ros-humble-librealsense2*
sudo apt install ros-humble-realsense2-*

图片
but
图片
how can I found device?
use realsense-viewer
图片

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Aug 15, 2024

Hi @ciyuan606 On Rockchip (RK) devices it is recommended to build the librealsense SDK from source code with CMake using the RSUSB backend method described at IntelRealSense/librealsense#9931 (comment)

An easier method than the RSUSB procedure is to use the libuvc backend method at the link below to install using a build script called libuvc_installation.sh.

https://github.com/IntelRealSense/librealsense/blob/master/doc/libuvc_installation.md

If you need realsense-viewer to be included in the librealsense installation though then you will need to edit line 46 of the build script to add the following flags:

-DBUILD_EXAMPLES=TRUE -DBUILD_GRAPHICAL_EXAMPLES=TRUE

https://github.com/IntelRealSense/librealsense/blob/master/scripts/libuvc_installation.sh#L46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants