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
Providedonlywhencreatinganewframesource.ItisaccessedonlyduringtheAssembleprocessof
Whetherthecurrentframesourceisavailable.
Ifthevalueisnull,
protected override Optional<bool> IsAvailable { get; }