Enum ARSession.SessionState
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
The state of the Session.
public enum ARSession.SessionState
Fields
None = 0Initial state, the session is not started or assembled.
Broken = 1ARAssemblyThe session is destroyed due to assembly failure or other reasons.
Assembling = 2During assembly.
Assembled = 3Assembly completed successfully.
Ready = 4The Session is ready to run after successfully StartSession().
Running = 5The Session is running.
Paused = 6The Session is paused.
The Session will pause when FrameSource generates empty frame data, which usually happens when the device stops or the application is paused.