User manual - イメージャライブラリマニュアルver.1.06(2012年3月29日)

Table Of Contents
36
3.15 IMGStartStream
イメージストリーミングを開始します。
[C++]
int IMGStartStream(
int
nLeft
,
int
nTop
,
int
nRight
,
int
nBottom
,
DWORD
dwSkip
,
DWORD
dwFormat
)
[Visual Basic]
Public Shared Function IMGStartStream( _
ByVal
nLeft
As Int32, _
ByVal
nTop
As Int32, _
ByVal
nRight
As Int32, _
ByVal
nBottom
As Int32, _
ByVal
dwSkip
As Int32, _
ByVal
dwFormat
As Int32 _
) As Int32
[C#]
public static Int32 IMGStartStream(
Int32
nLeft
,
Int32
nTop
,
Int32
nRight
,
Int32
nBottom
,
Int32
dwSkip
,
Int32
dwFormat
);
解説
イルミネーション LED を点灯し、イメージストリーミングを開始します。イメージ取得座標、イメージデー
タのサイズを指定できます。
Device Emulator では常に IMG_SUCCESS を返します。
パラメータ
nLeft
撮影するイメージデータの始点となる X 座標を指定します。左端の座標は 0 になります。
nTop
撮影するイメージデータの始点となる Y 座標を指定します。上端の座標は 0 になります。