GetSequencePointer (DVR version only)
|
iFrame [in]
|
The zero-based index of the frame in the memory sequence
|
X [in]
|
The x-coordinate of the pixel
|
Y [in]
|
The y-coordinate of the pixel
|
pValue [out,retval]
|
Pointer to the variant containing the pointer to the specified memory location
|
S_OK
|
Success
|
E_FAIL
|
Failure.
|
E_INVALIDARG
|
Invalid input arguments.
|
|
Camera Pixel Format
|
Output Format
|
Line width in bytes
|
Mono8
|
8-bit monochrome
|
SizeX
|
Mono10, Mono12, Mono16
|
16-bit monochrome
|
SizeX * 2
|
YUV411, YUV422, YUV444, RGB8, BGR8, Bayer8
|
24-bit RGB
|
SizeX * 3
|
RGB10, RGB12, RGB16, BGR10, BGR12, Bayer10, Bayer12, Bayer16
|
48-bit RGB
|
SizeX * 6
|