update:修改合入mipi switch后对后板产生的影响,上传ota app bin

This commit is contained in:
李海波 2024-12-31 10:09:30 +08:00
parent a2ba6d78f2
commit c8b780320f
4 changed files with 3 additions and 1 deletions

View File

@ -1668,6 +1668,7 @@ CONFIG_SENSOR_GC2083_MIPI=y
# CONFIG_SENSOR_SC2336_MIPI is not set
# CONFIG_SENSOR_SC5336_MIPI is not set
# CONFIG_SENSOR_SC2355_MIPI is not set
# CONFIG_SENSOR_SC2356_MIPI is not set
# CONFIG_SENSOR_SC031GS_MIPI is not set
# CONFIG_SENSOR_SC500AI_MIPI is not set
# CONFIG_SENSOR_SC530AI_MIPI is not set

View File

@ -222,6 +222,7 @@ CONFIG_ISP_NUMBER=1
CONFIG_SENSOR_GC2083_MIPI=y
# CONFIG_SENSOR_GC4663_MIPI is not set
# CONFIG_SENSOR_SC2355_MIPI is not set
# CONFIG_SENSOR_SC2356_MIPI is not set
# CONFIG_SENSOR_SC2336_MIPI is not set
# CONFIG_SENSOR_SC3336_MIPI is not set
# CONFIG_SENSOR_SC500AI_MIPI is not set

View File

@ -68,7 +68,7 @@ struct isp_test_param gc2083_mipi_isp_test_settings = {
.gtm_en = 1,
.gamma_en = 1,
.cem_en = 1,
.encpp_en = 0,
.encpp_en = 1,
.enc_3dnr_en = 0,
.enc_2dnr_en = 0
};