Class ARKitARFoundationFrameSource
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
A custom frame source that connects AR Foundation ARKit output to EasyAR input in the scene. It provides AR Foundation support through the custom camera feature of EasyAR Sense.
This frame source is a motion tracking device and outputs 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 be accessed only during Assemble().
Whether the current frame source is available.
If the value is null, CheckAvailability() will be called, and the value will be obtained after the Coroutine ends.
protected override Optional<bool> IsAvailable { get; }