Page 8 AMAZON2 SERIES Operation Manual
Pioneer in Digital Vision Technology
Data Structure
<Y, R, G, B>
Each component has 8 bits of data. The data type is “Unsigned Char”
Signal Level (Decimal) Data (Hexadecimal)
Highest 255 0xFF
254 0xFE
.
.
.
.
1 0x01
Lowest 0 0x00
<U, V>
Each component has 8 bits of data. The data type is “Straight Binary”
Signal Level (Decimal) Data (Hexadecimal)
Highest(+) 127 0xFF
126 0xFE
.
.
.
.
1 0x81
Lowest 0 0x80
-1 0x7F
.
.
.
.
-127 0x01
Lowest -128 0x00
<Y(Mono16)>
Y component has 16 bits of data. The data type is “Unsigned Short (big-endian)”
Y Signal Level (Decimal) Data (Hexadecimal)
Highest 65535 0xFFFF
65534 0xFFFE
.
.
.
.
1 0x0001
Lowest 0 0x0000