realsense官网的在树莓派上使用realsense教程

 

当然我之前就听到有人吐槽这个官网的树莓派教程,但是我之前似乎没看到官网又树莓派教程,这回看到了。

realsense官网的在树莓派上使用realsense教程

 

吐槽官网树莓派教程的

我之前写在这篇博文里。

https://blog.csdn.net/sinat_16643223/article/details/107521699

realsense官网的在树莓派上使用realsense教程

摘自:https://dev.intelrealsense.com/docs/using-depth-camera-with-raspberry-pi-3

 

Using depth camera with Raspberry Pi 3

Intel® RealSense™ D400 cameras with Raspberry Pi

Suggest Edits

This document describes how to use the Intel RealSense D400 cameras on Raspberry PI 3 Model B (which offers only USB2 interface).

Note

Both Raspberry Pi platform and USB2 support in general are experimental features and are not officially supported by Intel RealSense group at this point. Camera capabilities are severely reduced when connected to USB2 port due to lack of bandwidth.
USB2 interface over D400 cameras is supported from FW 5.08.14.0 and on.

realsense官网的在树莓派上使用realsense教程

 

Installation instructions

  1. Install Ubuntu MATE on your Raspberry PI 3.

  2. Clone and compile the latest Intel® RealSense™ SDK 2.0 by following the instructions under Linux Installation. In the section Prerequisites, proceed with the steps till (not including) the kernel patches instructions.

Note: In some cases the RAM capacity is not sufficient to compile the SDK, so if the compilation process crashes or exits with an error-code try to create a swap file and then recompile the SDK.

  1. Activate the OpenGL driver.
  2. Plug the D400 camera and play with Intel RealSense SDK examples & tools.

 

Expected output

  1. Streaming Depth data with 480x270 resolution and 30 FPS using the Intel RealSense Viewer:

realsense官网的在树莓派上使用realsense教程

  1. Streaming Depth and IR with 424x240 resolution and 30 FPS:

realsense官网的在树莓派上使用realsense教程

  1. Point-cloud of depth and IR:

realsense官网的在树莓派上使用realsense教程

Updated about a year ago