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