Table of Contents

Class ARKitARFoundationFrameSource

Namespace
easyar
Assembly
EasyAR.Sense.dll

In the scene, connect the ARKit output of AR Foundation to the custom frame source input of EasyAR.

Provide AR Foundation support through the custom camera feature of EasyAR Sense.

This frame source is a motion tracking device that will output motion data in ARSession.

To use this frame source, ``AR Foundation`` is required. You need to configure AR Foundation according to the official documentation.

public class ARKitARFoundationFrameSource : ARFoundationFrameSource
Inheritance
ARKitARFoundationFrameSource
Inherited Members

Properties

IsAvailable

Provided only when creating a new frame source.

It will only be accessed during the Assemble() process.

Whether the current frame source is available.

If the value is equal to null, CheckAvailability() will be called, and the value will be obtained after the Coroutine ends.

protected override Optional<bool> IsAvailable { get; }

Property Value