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 achieved through custom cameras.When using a defined camera, the personal version or using the trial Mega cloud service can only be used for 100 seconds each time it starts.
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 are the frame filters selected for Manual.
public List<FrameFilter> SpecifiedFrameFilters
Field Value
SpecifiedFrameSource
FrameSource is the frame source selected for Manual.
public FrameSource SpecifiedFrameSource