ARCore Depth API リリース

ARCore Depth API が 6/25 リリースされました.
昨年12月に発表してずっと待ってた.

Depth API

Depth APIは,Depth APIに対応したデバイスのRGBカメラを使用し,Depth Maps(Depth Images とも呼ばれる)を作成します.
そして,Depth Mapで提供される情報を使用して,バーチャルオブジェクトを現実世界のオブジェクトの前後に正確に表示させ,
没入感のあるリアルなユーザー体験を実現できるようになります.

f:id:xrdnk:20200628140002p:plain

ドロイド君が隠れてる.

developers.google.com

Depth API 対応機器

下記をご覧ください. Supports Depth API と書かれている物が対応機器となります.

私は Pixel 4 を使います.

developers.google.com

サンプルアプリ「Depth Lab」

早速Depth APIを用いたサンプルアプリがGoogle Play Storeに公開されてます.

play.google.com

サンプルアプリの一部がこちらになります.雨が降っている….

サンプルアプリの一覧

  • 3D Cursor
  • Depth Map
  • Material Wrap
  • Color Balloons
  • Collider
  • Laser
  • Avatar
  • Relighting
  • Fog
  • Snow
  • Rain
  • Focus
  • Water
  • Object Placement

GitHub

こちらからCloneすればどういう実装されているか確認できます.
github.com

参考記事

www.moguravr.com

blogs.unity3d.com