Guppy PRO Technical Manual
V4.1.2
84
<YUV8>
Each component (Y, U, V) has 8-bit data. The Y component is the same as in the
above table.
<Y(Mono16)>
Y component has 16-bit data. The data type is
Unsigned Short (big endian)
.
<Y(Mono12)>
Y component has 12-bit data. The data type is
unsigned
.
U, V
Signal level (decimal)
Data (hexadecimal)
Highest (+)
Lowest
Highest (-)
127
126
.
.
1
0
-1
-127
-128
0xFF
0xFE
.
.
0x81
0x80
0x7F
0x01
0x00
Table 40: Data structure of YUV8; Source: IIDC V1.31
Y
Signal level (decimal)
Data (hexadecimal)
Highest
Lowest
65535
65534
.
.
1
0
0xFFFF
0xFFFE
.
.
0x0001
0x0000
Table 41: Data structure of Y(Mono16); Source: IIDC V1.31
Y
Signal level (decimal)
Data (hexadecimal)
Highest
Lowest
4095
4094
.
.
1
0
0x0FFF
0x0FFE
.
.
0x0001
0x0000
Table 42: Data structure of Packed 12-Bit Mode (mono and raw) (Allied Vision)