8-bit Bayer CFA
MultiCam Name |
PFNC Name |
Color Filter Array |
Storage Requirement |
---|---|---|---|
Bayer8 |
BayerBG8 |
|
1 Byte/pixel |
BayerGB8 |
|
||
BayerGR8 |
|
||
BayerRG8 |
|
Memory Layout - BG CFA
@ | +3 | +2 | +1 | +0 | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0 | Pixel[3,0]:G | Pixel[2,0]: B | Pixel[1,0]: G | Pixel[0,0]: B | ||||||||||||||||||||||||||||
: | : | : | : | : | ||||||||||||||||||||||||||||
H | Pixel[3,1]: R | Pixel[2,1]: G | Pixel[1,1]: R | Pixel[0,1]: G | ||||||||||||||||||||||||||||
: | : | : | : | : |
Note: H = buffer pitch (in bytes)