fabrizioromanelli / installRealSenseSDK

Install the Intel RealSense SDK on the NVIDIA Jetson Development Kits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installRealSenseSDK

Install the Intel RealSense SDK on NVIDIA Jetson Development Kits

The Intel® RealSense™ SDK is here: https://github.com/IntelRealSense/librealsense The SDK library name is librealsense. This is for version 2 of the library, which supports the D400 series depth cameras, T265 tracking camera, and the SR300 depth camera.

Starting with L4T 32.2.1 (JetPack 4.2.2) on the NVIDIA Jetsons and the Intel RealSense SDK version v2.23.0, it is now possible to do a simple install from a RealSense debian repository (i.e. apt-get install).

The current recommendation from Intel is to use UVC for video input on the Jetson family. The UVC API in librealsense has been rewritten to better support this use case.

There are two scripts here.

installLibrealsense.sh

This script will install librealsense from the Intel Librealsense Debian Repository.
$ ./installLibrealsense.sh

Note: You do not have to patch modules and kernels.

buildLibrealsense.sh

This script will build librealsense from source and install it on the system. It is recommended to install from Debian repository as described above. However, if you need to compile from source, you will find this script useful.
Note: The build uses libuvc. You will not have to rebuild the kernel or modules in order to use this build.

Notes

January, 2020

  • Release vL4T32.3.1
  • Jetson Nano, Jetson TX1, Jetson TX2, Jetson AGX Xavier
  • L4T 32.3.1, JetPack 4.3, Kernel 4.9
  • librealsense version v2.31.0

November, 2019

  • Initial release
  • Release vL4T32.2.1
  • Jetson Nano, Jetson TX1, Jetson TX2, Jetson AGX Xavier
  • L4T 32.2.1, JetPack 4.2.2, Kernel 4.9
  • librealsense version v2.30.0

About

Install the Intel RealSense SDK on the NVIDIA Jetson Development Kits

License:MIT License


Languages

Language:Shell 100.0%