Table of Contents

Class AssembleOptions

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

ARSession のアセンブルオプションです。

[Serializable]
public class AssembleOptions
継承
AssembleOptions

フィールド

DeviceList

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

public AssembleOptions.DeviceListDownload DeviceList

EnableCustomCamera

custom camera を有効にします。

ユーザー定義のすべての frame source は custom camera です。AR Engine、ARFoundation、および各種ヘッドセットのサポートも custom camera によって実装されています。

custom camera を使用する場合、Personal Edition または試用版 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