Table of Contents

Class AssembleOptions

名前空間
easyar
アセンブリ
EasyAR.Sense.dll

ARSessionの組み立てオプション。

[Serializable]
public class AssembleOptions
継承
AssembleOptions

フィールド

DeviceList

デバイスリストのダウンロードオプション。

public AssembleOptions.DeviceListDownload DeviceList

EnableCustomCamera

カスタムカメラを有効にする。

すべてのユーザー定義のframe sourceはカスタムカメラです。AR Engine、ARFoundation、および各種ヘッドセットのサポートもカスタムカメラを通じて実現されます。

カスタムカメラを使用する場合、個人版または試用版Megaクラウドサービスでは、起動ごとに100秒しか使用できません。

public bool EnableCustomCamera

FrameFilter

FrameFilterの選択戦略。

public AssembleOptions.FrameFilterSelection FrameFilter

FrameSource

FrameSourceの選択戦略。

public AssembleOptions.FrameSourceSelection FrameSource

SpecifiedFrameFilters

FrameFilterManual選択したframe filters。

public List<FrameFilter> SpecifiedFrameFilters

SpecifiedFrameSource

FrameSourceManual選択したframe source。

public FrameSource SpecifiedFrameSource