グラバースレッドの生成 (アタッチ指定)

Namespace: FVIL.Imaging
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public static GrabberThread Create(
	Object controller,
	int buffer_num,
	bool is_attach
)
Visual Basic
Public Shared Function Create ( 
	controller As Object,
	buffer_num As Integer,
	is_attach As Boolean
) As GrabberThread

Parameters

controller
Type: System..::..Object
ビデオ入力デバイスコントローラ
buffer_num
Type: System..::..Int32
画像入力バッファの要素数 (1~)
is_attach
Type: System..::..Boolean
デバイスコントローラのへアタッチ

Return Value

Type: GrabberThread
指定されたビデオ入力デバイスコントローラを実装したグラバースレッドを生成して返します。 is_attachtrue の場合は、 スレッドが Dispose された際にデバイスコントローラを解放しません。

See Also