Enum SessionReport.SessionBrokenReason
- 命名空間
- easyar
- 組件
- EasyAR.Sense.dll
Session 損壞原因。
public enum SessionReport.SessionBrokenReason
欄位
Uninitialized = 0組裝過程,EasyAR Sense 未成功初始化。
LicenseInvalid = 1組裝過程,EasyAR Sense license驗證失敗或不適用於當前使用。
SessionObjectIncomplete = 2組裝過程,Session物體不完整。
NoAvailabileFrameSource = 3組裝過程,無可用的frame source。
FrameSourceIncomplete = 4組裝過程,Frame source不完整。
FrameFilterNotAvailabile = 5組裝過程,存在不可用的frame filter。
StartFailed = 6啓動失敗。
RunningFailed = 7運行失敗。