The GrabberThread type exposes the following members.

Constructors

NameDescription
Protected methodGrabberThread
Initializes a new instance of the GrabberThread class

Methods

NameDescription
Public methodAbort
強制終了
Public methodStatic memberCreate(GrabberInfo)
グラバースレッドの生成
Public methodStatic memberCreate(Object, Int32, Boolean)
グラバースレッドの生成 (アタッチ指定)
Public methodCreateFocusingDialog
ダイアログの生成 (焦点調整)
Public methodCreatePropertyDialog
ダイアログの生成 (プロパティ)
Public methodDispose
IDisposable: 解放
Protected methodDoEvent
ビデオ入力イベント(1フレーム取り込み完了)の発行
Public methodEquals
指定した Object が、現在の Object と等しいかどうかを判断します。
(Inherited from Object.)
Protected methodFinalize
Object がガベージ コレクションにより収集される前に、その Object がリソースを解放し、その他のクリーンアップ操作を実行できるようにします。
(Inherited from Object.)
Public methodGetHashCode
特定の型のハッシュ関数として機能します。
(Inherited from Object.)
Public methodGetParam
パラメータ取得
Public methodGetType
現在のインスタンスの Type を取得します。
(Inherited from Object.)
Protected methodGrabFunction
取り込み処理
Public methodInvoke
メソッドの実行
Protected methodMemberwiseClone
現在の Object の簡易コピーを作成します。
(Inherited from Object.)
Protected methodSafeSleep
スリープ
Public methodSendCommand
初期化コマンドの送信
Public methodSetParam
パラメータ設定
Protected methodSetup
初期化
Public methodStart()()()()
開始
Public methodStart(Int32)
開始
Public methodStop
停止
Protected methodThreadFunction
周期処理
Public methodToString
現在の Object を表す String を返します。
(Inherited from Object.)
Public methodValidate()()()()
画像バッファの有効化
Public methodValidate(CFviImage)
画像バッファの有効化
Public methodValidate(IEnumerable<(Of <<'(CFviImage>)>>))
画像バッファの有効化

Properties

NameDescription
Public propertyBufferNum
画像取り込みバッファの要素数
Public propertyChannels
ビデオ入力チャネル数
Public propertyController
ビデオ入力デバイスコントローラ
Public propertyIsAttach
ビデオ入力デバイスコントローラへのアタッチ状態
Public propertyIsBusy
スレッドの稼働状態
Public propertyIsGrabbing
画像取り込み状態
Protected propertyIsSetuped
初期化状態
Public propertyThread
スレッド
Public propertyThreadLoopCount
スレッドの繰り返し回数 [初期値:0、範囲:0~]
Public propertyThreadLoopMax
スレッドの繰り返し上限 [初期値:0、範囲:0=無限, 1~=有限]
Protected propertyThreadOrder
スレッドへの要求
Public propertyThreadStatus
スレッドの状態

Events

NameDescription
Public eventFrameValid
ビデオ入力イベント(1フレーム取り込み完了)

See Also