installRealSenseSDK
installRealSenseSDK copied to clipboard
Install the Intel RealSense SDK on the NVIDIA Jetson Development Kits
correct the registy line, add key at the end, without gpg keyserver connection timed out
**Describe the issue** problem with NVCC_PATH **What version of L4T/JetPack** L4T/JetPack version: 4.4 in buildLibrealsense.sh, you need to replace NVCC_PATH=/usr/local/cuda-10.0/bin/nvcc by NVCC_PATH=/usr/local/cuda-10.2/bin/nvcc
**Describe the issue** Please describe the issue I tried both building from sources [ in which case it wouldn't run rs-distance] and apt installation [ in which case some of...
Intel has provided a slam project which use D435 T265 and a NCS2, while many people struggling on how to install it. For example "E: Unable to locate package librealsense2-dkms"...
Realsense viewer can't find realsenseD455 camera L4T/JetPack version: L4T 32.3.1 RealSense camera(s): D455 I run the ./installLibrealsense.sh and then ./buildLibrealsense.sh. when it finished ,I turn on the Realsense Viewer and...
changed cuda version NVCC_PATH=/usr/local/cuda-10.2/bin/nvcc
hey, i am building librealsense from scratch using ./buildLibrealsense.sh script and then doing $ source ~/.bashrc so that pyrealsense could work in python3. And it is successfully imported. Then i...
**Describe the issue** I'm using Jetson Xavier + Ubuntu 18 + ROS Melodic. First of all, I tried standard way - install [librealsense](https://github.com/IntelRealSense/librealsense/blob/master/doc/distribution_linux.md) from official github. It does not work...
**Describe the issue** I am encountering an issue when I try to do multicam on the NVIDIA Jetson TX2. I have 3 D435 cameras connected to a USB3 hub. When...
**Describe the issue** After building from sources (I need python bindings that are not in the repo and CUDA) rgb stream doesn't work. Both realsense-viewer and python api returns an...