当前位置: 代码迷 >> 综合 >> Nano入门教程硬件篇-使用 Intel RealSense T265 Tracking Camera
  详细解决方案

Nano入门教程硬件篇-使用 Intel RealSense T265 Tracking Camera

热度:14   发布时间:2024-01-30 00:49:51.0

摘自:https://www.ncnynl.com/archives/201905/3058.html

 

Nano入门教程硬件篇-使用 Intel RealSense T265 Tracking Camera

Nano入门教程硬件篇-使用Intel RealSense T265 Tracking Camera

说明:

  • 介绍如何在nano上使用Intel RealSense T265 Tracking Camera

步骤:

  • 增加swap空间,参考:https://www.ncnynl.com/archives/201905/3057.html

  • 安装驱动

$ mkdir -p ~/nano
$cd ~/nano
$ git clone https://github.com/ncnynl/installLibrealsense
$ cd installLibrealsense
$ ./installLibrealsense.sh
  • librealsense SDK 安装位置:
The library is installed in /usr/local/lib
The header files are in /usr/local/include
The demos and tools are located in /usr/local/bin

参考:

  • https://www.jetsonhacks.com/2019/05/07/jetson-nano-realsense-tracking-camera/
  相关解决方案