Class PluginImageDeviceCommunicator
エリアセンサカメラ用のプラグインとMENOU-RNを接続するクラス。
Implements
Inherited Members
Namespace: Menou.Menoute.Runtime.Plugin.AreaCamera
Assembly: Menou.Menoute.Runtime.dll
Syntax
public class PluginImageDeviceCommunicator : IDisposable
Constructors
| Name | Description |
|---|---|
| PluginImageDeviceCommunicator(string, string, string, string) | コンストラクタ。 各引数はMENOU-RNから与えられます。コマンドライン引数から取得してください。 |
Methods
| Name | Description |
|---|---|
| Dispose() | このオブジェクトを破棄します。 |
| Dispose(bool) | |
| StartAsync() | MENOU-RNとの通信を開始します。 |
Events
| Name | Description |
|---|---|
| CaptureRequested | 撮像要求時のイベントハンドラー。 取得画像を返す処理を登録してください。 |
| TerminateRequested | 終了要求時のイベントハンドラー。 カメラの解放など終了処理を登録してください。 |