beautypg.com

ALLIED Vision Technologies Stingray F-504 User Manual

Page 115

background image

Camera interfaces

STINGRAY Technical Manual V4.4.4

113

Each component (Y, R, G, B) has 8-bit data. The data type is Unsigned Char.

Each component (Y, U, V) has 8-bit data. The Y component is the same as in
the above table.

Y, R, G, B

Signal level (decimal)

Data (hexadecimal)

Highest

Lowest

255

254

.

.

1

0

0xFF

0xFE

.

.

0x01

0x00

Figure 49: Data structure of Mono8, RGB8; Source: IIDC V1.31 /

Y(Mono8/Raw8) format: AVT

U, V

Signal level (decimal)

Data (hexadecimal)

Highest (+)

Lowest

Highest (-)

127

126

.

.

1

0

-1

-127

-128

0xFF

0xFE

.

.

0x81

0x80

0x7F

0x01

0x00

Figure 50: Data structure of YUV8; Source: IIDC V1.31