LoginSignup
0
1

More than 5 years have passed since last update.

Jetson TX1にlibrealsenseをインストールしてみた

Last updated at Posted at 2018-04-08

環境

  • Jetson TX1
  • JetPack 3.2
  • D435
  • librealsense v2.10.2

インストール

$ sudo apt install libgtk-3-dev
$ git clone https://github.com/jetsonhacks/installLibrealsenseTX2.git
$ cd installLibrealsenseTX2
$ curl https://gist.githubusercontent.com/jallum/85439ded2c9a78c8948fdceac179d695/raw/56cf13cb80b8c5845b1d11e9707b2e0fccf375fb/1446.patch -o patches/1446.patch
installLibrealsense.sh
...
# インストール先を書き換える(任意)。
cd $HOME/Projects
# Tagを指定する。
git checkout v2.10.2  
...
# コメントアウトする。
# patch -p1 -i $INSTALL_DIR/patches/uvc-v4l2.patc 
# 下記を追加する。
patch -p1 -i $INSTALL_DIR/patches/1446.patch
...
# 下記のように引数を修正する。
cmake -DBUILD_EXAMPLES=true ../
$ ./installLibrealsense.sh

動作確認

$ realsense-viewer

screenshot.png

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1