Instruction manual

Table Of Contents
Description of the data path
PIKE Technical Manual V4.0.0
167
Color conversion (RGB YUV)
The conversion from RGB to YUV is made using the following formulae:
Bulk Trigger
See Chapter Trigger modi on page 173 and the following pages.
Level Trigger
See Trigger Mode 1 in Chapter Trigger modi on page 173.
Formula 2: RGB to YUV conversion
Note
L
As mentioned above: Color processing can be bypassed
by using so-called RAW image transfer.
•RGB YUV conversion can be bypassed by using RGB8
format and mode. This is advantageous for edge color
definition but needs more bandwidth (300% instead of
200% relative to b/w or RAW consumption) for the
transmission, so that the maximal frame frequency will
drop.
Y 0.3 R× 0.59 G× 0.11 B×++=
U 0.169–R× 0.33 G× 0.498 B× 128 (@ 8 bit)++=
V 0.498 R× 0.420 G× 0.082 B× 128 (@ 8 bit)+=