Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.86 KB

README.md

File metadata and controls

29 lines (16 loc) · 1.86 KB

AR Foundation Depth Map

Sample project to visualize the depth map generated by the platform's Augmented Reality system – e.g., Google ARCore.

What is this about?

Start the app and slightly move the phone. The depth map is shown in directly in the middle of the live camera stream as a picture-in-picture.

How can I learn more?

The tutorial and background info is available in the blog post series Easily Create a Depth Map with Smartphone AR.

Details

The depth map is acquired in 32-bit floating-point format. The example directly shows this to an RGB texture. As such, the depth map is visualized in red and clipped to the near area (given the max 256 red values). You could apply a shader to convert the depth map to a color-coded depth texture preserving the full possible depth range. However, for a quick visualization of the nearby depth, the direct display works well!

Credits

This project is a simpler version of the Unity AR Foundation sample. It focuses specifically on the depth map generation, leaving all other aspects out of the scene. You can also read a short intro in the Google ARCore Depth API Developer Guide for Unity.

Released under the MIT License - see the LICENSE file for details.

Developed by Andreas Jakl, Professor at the St. Pölten University of Applied Sciences, Austria.