![Daheng Imaging MERCURY2 USB3 Скачать руководство пользователя страница 132](http://html1.mh-extra.com/html/daheng-imaging/mercury2-usb3/mercury2-usb3_user-manual_3255604132.webp)
8.Features
© 2023 China Daheng Group, Inc. Beijing Image Vision Technology Branch 123
G00
R01
G02
R03
G04
……
B10
G11
B12
G13
B14
……
……
Each pixel is the same as BayerRG8, the difference is that each pixel is made up of two bytes, the first
byte is the low 8 bits of the pixel value, and the second byte is the high 8 bits of the pixel value.
BayerGB8
Figure 8-39 BayerGB8 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:
G00
B01
G02
B03
G04
……
R10
G11
R12
G13
R14
……
……
Where G00 is the first pixel value of the first row (for the green component), B01 represents the second
pixel value (for the blue component), and so on, so that the first row pixel values are arranged. R10 is the
first pixel value of the second row (for the red component), the G11 is the second pixel value (for the green
component), and so on, and the second row of pixel values are arranged.
BayerGB10/BayerGB12
When the pixel format is set to BayerGB10 or BayerGB12, the value of each pixel in the output image of
the camera is 16 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:
G00
B01
G02
B03
G04
……
R10
G11
R12
G13
R14
……
……