← Back to release summary

WebXR Plane Detection API

Category
Device
Type
New or changed feature
Status
Origin trial (Chrome 77)
Intent stage
Origin Trial

Summary

The feature allows WebXR applications to retrieve data about planes (flat surfaces) present in the user’s environment. This enables AR applications to create a more immersive experiences through the obtained information.

Motivation

Without this feature, developers would have to resort to running their own computer vision algorithms on data from getUserMedia() in order to detect planes present in the users' environment. Such solutions have thus far been unable to match the quality and accuracy of native AR capabilities or support world scale.

Standards & signals

Docs: https://github.com/immersive-web/real-world-geometry/blob/master/plane-detection-explainer.md

Samples: https://storage.googleapis.com/chromium-webxr-test/latest.html?target=proposals/phone-ar-plane-detection-anchors.html

Explainers: https://github.com/immersive-web/real-world-geometry/blob/master/plane-detection-explainer.md

View on chromestatus.com