Class AssembleOptions
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Assembly options for ARSession.
[Serializable]
public class AssembleOptions
- Inheritance
-
AssembleOptions
Fields
DeviceList
Device list download options.
public AssembleOptions.DeviceListDownload DeviceList
EnableCustomCamera
Enable custom camera.
All user-defined frame sources are custom cameras. Support for AR Engine, ARFoundation and various headsets is also implemented through custom cameras.
When using custom cameras, the Personal Edition or trial Mega cloud service can only be used for 100 seconds per launch.
public bool EnableCustomCamera
FrameFilter
FrameFilter selection strategy.
public AssembleOptions.FrameFilterSelection FrameFilter
FrameSource
FrameSource selection strategy.
public AssembleOptions.FrameSourceSelection FrameSource
SpecifiedFrameFilters
FrameFilter selected frame filters for Manual.
public List<FrameFilter> SpecifiedFrameFilters
SpecifiedFrameSource
FrameSource selected frame source for Manual.
public FrameSource SpecifiedFrameSource