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, session not started or assembled.

Broken = 1

ARAssemblySession destroyed due to reasons such as assembly failure.

Assembling = 2

During assembly process.

Assembled = 3

Successfully completed assembly.

Ready = 4

Session is ready to run after successfulStartSession().

Running = 5

Session is running.

Paused = 6

Session is paused.

Session pauses whenFrameSourcegenerates empty frame data, usually when the device stops or the app is paused.