ICImagingControl.LiveStart Method
このメソッドはデバイスから取り込まれてきた画像の処理を開始します。
構文
[VB.NET]
Public Sub LiveStart()
[C#]public void LiveStart();
備考
[VB.NET]
AVIファイルにデータが書き込まれている間はこのメソッドは呼び出せません。
IC Imaging Control では画像データの処理において様々なモードが利用できます。
e.g. ライブ映像の表示など。
各ライブモードは2つのプロパティによって決定されます。
- ICImagingControl.LiveDisplayクラスライブラリリファレンス>クラス>ICImagingControl>ICImagingControl.LiveDisplay Property: ライブ画像を表示させるかどうかを選択します。
- ICImagingControl.LiveCaptureContinuousクラスライブラリリファレンス>クラス>ICImagingControl>ICImagingControl.LiveCaptureContinuous Property: フレームを連続的に内部リングバッファにコピーしていくかどうかを選択します。
ICImagingControl.LiveStart が呼び出された後に、ICImagingControl.LiveDisplayクラスライブラリリファレンス>クラス>ICImagingControl>ICImagingControl.LiveDisplay PropertyやICImagingControl.LiveCaptureContinuousクラスライブラリリファレンス>クラス>ICImagingControl>ICImagingControl.LiveCaptureContinuous Property の変更はできません。