1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

RealSenseD435/T265のサンプルプログラムやーる(Unity2017.4.13f1)

Posted at

はじめに

RealSenseD435/T265のサンプルプログラムやっていきます

開発環境

  • Windows 10
  • Unity Hub
  • Unity 2017.4.13f1
  • RealSense SDK v2.39
    • Intel.RealSense.SDK-WIN10-2.39.0.2337.exe
    • Source code (zip)
    • Intel.RealSense.unitypackage
  • RealSense D435/T265

導入

1.Intel® RealSense™ SDK 2.0 (v2.39.0)から、Intel.RealSense.SDK-WIN10-2.39.0.2337.exeをダウンロードし、インストールします。

image.png image.png image.png image.png image.png

2.RealSense D435/T265を接続し、Intel RealSense Viewerで確認します。

3.Intel® RealSense™ SDK 2.0 (v2.39.0)からSource code(zip)をダウンロードし、librealsense-2.39.0\wrappers\unityをUnityHubで開きます。

4.Unityのバージョンは2017.4.13f1みたいなので、インストールします。
image.png

5.UnityダウンロードアーカイブからUnity2017.4.13f1をUnityHubで開き、追加しましょう。image.png

6.Unity2017.4.13f1でサンプルプロジェクトを開きます。

image.png

7.Intel® RealSense™ SDK 2.0 (v2.39.0)からIntel.RealSense.unitypackageをダウンロードし、UnityのAssets->Import Package->Custom Packageからインポートします。

8.StartHereシーンを開き、再生ボタンを押してサンプルを実行してみましょう!

image.png

サンプル実行動画

SLAM (Pose)

AR Background (Depth & Color)

Depth Segmentation (Depth & Color)

Alignment Sample (Depth & Color)

なんかVJに使えそうな

Point Cloud Sample (Color)

Point Cloud Processing Blocks (Depth)

UI Image Sample (Depth & IR)

UI Image Sample (Depth & Color)

お疲れ様でした。

1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?