GetImageWindow
|
|
X [in], Y[in]
|
The x- and y-coordinates of the top left pixel of the window in the entire frame
|
Width [in], Height [in]
|
The horizontal and vertical size of the window in pixels.
|
pArray [out,retval]
|
Pointer to the SAFEARRAY containing the pixel values in the frame
|
S_OK
|
Success
|
E_FAIL
|
Failure.
|
|
|
Camera Pixel Format
|
Output Format
|
Data type
|
Dimensions
|
Mono8
|
8-bit monochrome
|
Byte
|
0 to SizeX -1, 0 to Lines - 1
|
Mono10, Mono12, Mono16
|
16-bit gray monochrome
|
Integer (word)
|
0 to SizeX -1, 0 to Lines - 1
|
YUV411, YUV422, YUV444, RGB8, BGR8, Bayer8
|
24-bit RGB
|
Byte
|
0 to SizeX * 3 - 1, 0 to Lines - 1
|
RGB10, RGB12, RGB16, BGR10, BGR12, Bayer10, Bayer12, Bayer16
|
48-bit RGB
|
Integer (word)
|
0 to SizeX * 3 - 1, 0 to Lines - 1
|