AR features
AR features implement AR Foundation interfaces. This manual only includes information about APIs where the Google's Android XR runtime exhibits platform-specific behavior. Refer to the relevant AR Foundation features documentation for more information on AR features.
This package implements the following AR features:
Feature | Description |
---|---|
Session | Enable, disable, and configure AR on the target platform. |
Camera | Render images from device cameras. |
Plane detection | Detect and track flat surfaces. |
Face tracking | Detect and track human faces. |
Ray casts | Cast rays against tracked items. |
Anchors | Track arbitrary points in space. |
Occlusion | Allow 3D objects to appear in front of or behind objects in physical space. |
Bounding Boxes | Detect and track objects as bounding boxes. |
Tip
When developing an AR app, refer to both the AR Foundation documentation as well as the required packages for each platform you support.