Interface IPluginCameraManager
プラグインカメラの管理インターフェース。
Inherited Members
Namespace: Menou.VI.Core.Imaging.Plugin
Assembly: Menou.VI.Core.Imaging.Plugin.dll
Syntax
public interface IPluginCameraManager : IDisposable
Methods
Name | Description |
---|---|
Capture() | 撮像。 |
FinishContinuousCapture() | 継続的な撮像を終了する。 ラインセンサカメラ撮像モード時のみ。 終了してもカメラはオープンしたまま。 |
GetProcessMemoryBytes() | プラグインプロセスのメモリ使用量(Byte)を取得する。 |
StartCapturing() | 撮像プロセス開始。 |
StopCapturing() | 撮像プロセス終了。 |