8.Features
© 2023 China Daheng Group, Inc. Beijing Image Vision Technology Branch 83
BayerGB8
When the pixel format is set to BayerGB8, the value of each pixel in the camera's output image is 8 bits,
which represents the red, green, and blue components based on positional differences. The arrangement
format in memory is as follows:
G00
B01
G02
B03
G04
……
R10
G11
R12
G13
R14
……
……
As shown, G00 represents the first pixel value (green component) in the first row, B01 represents the
second pixel value (blue component), and so on, completing the arrangement of pixel values in the first
row. R10 represents the first pixel value (red component) in the second row, G11 represents the second
pixel value (green component), and so on, completing the arrangement of pixel values in the second row.
BayerGB10/BayerGB12
When the pixel format is set to BayerGB10 or BayerGB12, the value of each pixel in the camera's output
image is 16 bits, which represents the red, green, and blue components based on positional differences.
The arrangement format in memory is as follows:
G00
B01
G02
B03
G04
……
R10
G11
R12
G13
R14
……
……
The arrangement position of each pixel is the same as BayerGB8, except that each pixel value consists
of two bytes. The first byte is the low 8bits of the pixel value, and the second byte is the high 8bits of the
pixel value.