Table of Contents

Enum ARSession.SessionState

Namespace
easyar
Assembly
EasyAR.Sense.dll

The state of the Session.

public enum ARSession.SessionState

Fields

None = 0

Initial state, the session is not started or assembled.

Broken = 1

ARAssemblyThe session is destroyed due to assembly failure or other reasons.

Assembling = 2

During assembly.

Assembled = 3

Assembly completed successfully.

Ready = 4

The Session is ready to run after successfully StartSession().

Running = 5

The Session is running.

Paused = 6

The 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.