ARFoundationFrameSource Class¶
Description¶
A custom frame source which connects AR Foundation output to EasyAR input in the scene, providing AR Foundation support using custom camera feature of EasyAR Sense.
This frame source is one type of motion tracking device, and will output motion data in a ARSession .
AR Foundation
is required to use this frame source, you need to setup AR Foundation according to official documents.
Properties¶
enabled¶
- C#
public bool enabled { get; set; }
Start/Stop send image stream to EasyAR when ARSession is running. Sending will start only when MonoBehaviour .enabled is true after session started.