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

摘自: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/

你可能感兴趣的:(无人机,无人机-SLAM,无人机-SLAM-T265)