Table of Contents

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

Field Value

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

Field Value

FrameFilter

FrameFilter selection strategy.

public AssembleOptions.FrameFilterSelection FrameFilter

Field Value

FrameSource

FrameSource selection strategy.

public AssembleOptions.FrameSourceSelection FrameSource

Field Value

SpecifiedFrameFilters

FrameFilter selected frame filters for Manual.

public List<FrameFilter> SpecifiedFrameFilters

Field Value

SpecifiedFrameSource

FrameSource selected frame source for Manual.

public FrameSource SpecifiedFrameSource

Field Value