Merge branch 'main' of 192.168.1.238:vision/sl100_sdk into main

This commit is contained in:
kangjun 2024-12-31 11:23:29 +08:00
commit 453c61ae2d
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
};