8.Features
© China Daheng Group, Inc. Beijing Image Vision Technology Branch 39
Y00
Y01
Y02
Y03
Y04
……
Y10
Y11
Y12
Y13
Y14
……
……
Among them Y00, Y01, Y02…are the gray value of each pixel that start with the first row of the image. The
first byte of each pixel is low 8 bits of brightness, and the second byte of each pixel is high 8 bits of
brightness.
⚫
BayerRG8
Figure 8-21 BayerRG8 pixel format
When the pixel format is set to BayerRG8, the value of each pixel in the output image of the camera is 8
bits. According to the location difference, the three components of red, green and blue are respectively
represented. The format in the memory is as follows:
R00
G01
R02
G03
R04
……
G10
B11
G12
B13
G14
……
……
Where R00 is the first pixel value of the first row (for the red component), G01 represents the second pixel
value (for the green component), and so on, so that the first row pixel values are arranged. G10 is the first
pixel value of the second row (for the green component), the B11 is the second pixel value (for the blue
component), and so on, and the second row of pixel values are arranged.
⚫
BayerRG10/BayerRG12