This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VE-Q1: change the bayer ,but color is change

Part Number: TDA4VE-Q1

I have for same sensor(0X03F10) connect to one soc.

Limited by sensor and structure,one of them needs to be flipped 180°,I need to mirror and filp sensor .

thus,the pattern will change(BGGR to RGGB).In order to patch sensor's bayer,I need to change SOC's pattern from "CFA+AWDR" plugs in.

but when i changge SOC's pattern,the sharpness and color of the picture have changed

The bottom image was taken when I didn't change anything

The bottom image was taken when I  change Bayer pattern(BGGR-->RGGB)

  • quesion:

  • 1.when i changge bayer pattern ,The hue changed from warm to cool.If R/G and B/G are inberting?Whether I need to correct the white balance
  • 2.tivx_aewb_config_t-->sensor_img_phase is Image Format ,Modifying this image doesn't change anything,why.
  • Hi,

    It looks like the AWB is not working properly for the left camera.
    sensor_img_phase is not used anywhere.
    Sensor color information is from AWB calibration.
    Please refer to "AWB_TI_parse_H3a_buf(...)" for more details.

    After sensor output is changed to RGGB, input to AWB is also changed from BGGR to RGGB.
    You may update AWB calibration for the left camera to RGGB (similar to what you did for CFA).