TDA4VEN-Q1: AWB failure issue in the TDA4/AM6xA ISP (VPAC)

Part Number: TDA4VEN-Q1

Dear TI Team,
We are using the AM6xA paired with the OX03C10 sensor.
Edgeai SDK version: 11.00
Resolution: 1920x1080
Format: RAW12
During DCC debugging, it was discovered that the AWB was not functioning properly. The parameters remained unchanged before and after the AWB was enabled, and the display had a green tint.

4828176ea7dfd3e0459a97a43711602c.png
The DCC AWB debugging appears to be fine; the screen is shown below:

a9368dcfbd914bb41be682ded6b14df3.png

c7ed4a857ed6d98dfaeea966d1d18e3a.png

f6542feb0291ecdde067c09d018386f2.png
Our GStreamer pipeline is configured as follows:
media-ctl -d 0 -V '"max96722 1-0029":0 [fmt:SBGGR12_1X12/1920x1080 field: none]'
gst-launch-1.0 -v \
v4l2src device=/dev/video0 ! queue leaky=2 ! video/x-bayer, width=1920, height=1080, format=rggb12 \
! tiovxisp sink_0::device=/dev/v4l-subdev2 sensor-name=SENSOR_SONY_IMX390_UB953_D3 dcc-isp-file=/opt/edgeai-gst-apps/dcc_bins/dcc_viss_wdr.bin sink_0::dcc-2a-file=/opt/edgeai-gst-apps/dcc_bins/dcc_2a_wdr.bin \
ee-mode = 1 \
format-msb=11 \
wdr-enabled=true \
! video/x-raw, format=NV12, width=1920, height=1080 ! kmssink sync=false driver-name=tidss

How can I resolve this issue?
Best Regards,
aurora