Pixel Format
|
Data type
|
Dimensions
|
Mono8, Mono8Signed
|
Byte
|
0 to SizeX -1, 0 to Lines - 1
|
Bayer**8
|
Byte
|
0 to SizeX -1, 0 to Lines - 1
|
Mono10, Mono12, Mono16
|
Integer (word)
|
0 to SizeX -1, 0 to Lines - 1
|
Bayer**10, Bayer**12, Bayer**16
|
Integer (word)
|
0 to SizeX -1, 0 to Lines - 1
|
Mono10Packed, Mono12Packed
|
Byte
|
0 to SizeX*3/2 -1, 0 to Lines - 1
|
YUV411Packed
|
Byte
|
0 to SizeX*3/2 -1, 0 to Lines - 1
|
YUV422Packed, YUV444Packed
|
Integer (word)
|
0 to SizeX -1, 0 to Lines - 1
|
RGB8Packed, BGR8Packed
|
Byte
|
0 to SizeX * 3 - 1, 0 to Lines - 1
|
RGBA8Packed, BGRA8Packed
|
Byte
|
0 to SizeX * 4 - 1, 0 to Lines - 1
|
RGB10Packed, BGR10Packed, RGB12Packed, BGR12Packed
|
Integer (word)
|
0 to SizeX * 3 - 1, 0 to Lines - 1
|
BGR10V1Packed, BGR10V2Packed
|
Long
|
0 to SizeX -1, 0 to Lines - 1
|
RGB8Planar
|
Byte
|
0 to SizeX * 3 - 1, 0 to Lines - 1
|
RGB10Planar, RGB12Planar, RGB16Planar
|
Integer (word)
|
0 to SizeX * 3 - 1, 0 to Lines - 1
|