Hi team,
customer use 935+954, found the image picture color is wrong and covered green, but the video is normal. so they use 954 pattern, set output is YUV422 8bit, capture the picture found the color is wrong
see the below.
for the 954 pattern reg setting as below, the resolution is 1920*1080@60fps, YUV422 8bit,
Indirect Register Offset (Register 0xB1) | Description | Calculated Value (hex) Register 0xB2 | |
0x02 | PGEN_CFG | Block size, Number of color bars | 0x32 |
0x03 | PGEN_CSI_DI | VC-ID and Data Type | 0x1E |
0x04 | PGEN_LINE_SIZE1 | Line Size MSB | 0x0F |
0x05 | PGEN_LINE_SIZE0 | Line Size LSB | 0x00 |
0x06 | PGEN_BAR_SIZE1 | Color Bar Size MSB | 0x01 |
0x07 | PGEN_BAR_SIZE0 | Color Bar Size LSB | 0xE0 |
0x08 | PGEN_ACT_LPF1 | Active Lines per Frame MSB | 0x04 |
0x09 | PGEN_ACT_LPF0 | Active Lines per Frame LSB | 0x38 |
0x0a | PGEN_TOT_LPF1 | Total Lines per Frame MSB | 0x04 |
0x0b | PGEN_TOT_LPF0 | Total Lines per Frame LSB | 0x65 |
0x0c | PGEN_LINE_PD1 | Line Period MSB (x10ns) | 0x05 |
0x0d | PGEN_LINE_PD0 | Line Period LSB (x10ns) | 0xC9 |
0x0e | PGEN_VBP | Vertical Back Porch | 0x24 |
0x0f | PGEN_VFP | Vertical Front Porch | 0x04 |
could you help give some comments why the pattern color is wrong? thank you.