Enum ARSession.SessionState
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
The state of the session.
public enum ARSession.SessionState
Fields
None = 0Initial state, session not started or assembled.
Broken = 1ARAssemblySession destroyed due to reasons such as assembly failure.
Assembling = 2During assembly process.
Assembled = 3Successfully completed assembly.
Ready = 4Session is ready to run after successfulStartSession().
Running = 5Session is running.
Paused = 6Session is paused.
Session pauses whenFrameSourcegenerates empty frame data, usually when the device stops or the app is paused.