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

Integrating Raspberry Pi 4 with Intel RealSnese D455 #13581

Open
amjram03 opened this issue Dec 6, 2024 · 2 comments
Open

Integrating Raspberry Pi 4 with Intel RealSnese D455 #13581

amjram03 opened this issue Dec 6, 2024 · 2 comments

Comments

@amjram03
Copy link

amjram03 commented Dec 6, 2024

  • Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):

  • All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)


Required Info
Camera Model { R200 / F200 / SR300 / ZR300 / D400 }
Firmware Version (Open RealSense Viewer --> Click info)
Operating System & Version {Win (8.1/10) / Linux (Ubuntu 14/16/17) / MacOS
Kernel Version (Linux Only) (e.g. 4.14.13)
Platform PC/Raspberry Pi/ NVIDIA Jetson / etc..
SDK Version { legacy / 2.. }
Language {C/C#/labview/nodejs/opencv/pcl/python/unity }
Segment {Robot/Smartphone/VR/AR/others }

Issue Description

<Describe your issue / question / feature request / etc..>

@amjram03
Copy link
Author

amjram03 commented Dec 6, 2024

Please, I want a step-by-step guide for integrating Raspberry Pi 4.0 with the Intel RealSense D455 camera. Provide the resources used

@MartyG-RealSense
Copy link
Collaborator

Hi @amjram03 When installing the librealsense SDK onto a Raspberry Pi, the best method to try first is the libuvc backend installation procedure at the link below.

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

This uses a pre-made build script called libuvc_installation.sh.

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

If you require the RealSense Viewer tool and the example programs to be included in the installation then please modify line 46 of the script to use the command below.

cmake ../ -DFORCE_LIBUVC=true -DCMAKE_BUILD_TYPE=release -DBUILD_EXAMPLES=true -DBUILD_GRAPHICAL_EXAMPLES=true

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

No branches or pull requests

2 participants