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

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 a custom camera, the Personal Edition or trial Mega cloud service can be used for only 100 seconds each time it starts.

public bool EnableCustomCamera

FrameFilter

Selection strategy for FrameFilter.

public AssembleOptions.FrameFilterSelection FrameFilter

FrameSource

Selection strategy for FrameSource.

public AssembleOptions.FrameSourceSelection FrameSource

SpecifiedFrameFilters

The frame filters selected when FrameFilter is Manual.

public List<FrameFilter> SpecifiedFrameFilters

SpecifiedFrameSource

The frame source selected when FrameSource is Manual.

public FrameSource SpecifiedFrameSource