update(media): update gc2083 isp parameter and change frontboard dts backlight configuration.

This commit is contained in:
kangjun
2024-10-14 13:43:11 +08:00
parent 1b23e0a282
commit b5107e8db2
15 changed files with 17208 additions and 6 deletions

View File

@@ -110,7 +110,7 @@
#endif // CONFIG_SENSOR_OV02B10_MIPI
#ifdef CONFIG_SENSOR_GC2083_MIPI
#include "SENSOR_H/gc2083_mipi_isp600_20240911_color.h"
#include "SENSOR_H/gc2083_mipi_isp600_20241010_color.h"
#include "SENSOR_H/gc2083_mipi_isp600_20240911_ir.h"
#endif
@@ -191,7 +191,7 @@ struct isp_cfg_array cfg_arr[] = {
#endif // CONFIG_SENSOR_OV02B10_MIPI
#ifdef CONFIG_SENSOR_GC2083_MIPI
{"gc2083_mipi", "gc2083_mipi_isp600_20240911_color", 1920, 1088, 15, 0, 0, &gc2083_mipi_isp_cfg},
{"gc2083_mipi", "gc2083_mipi_isp600_20241010_color", 1920, 1088, 15, 0, 0, &gc2083_mipi_isp_cfg},
{"gc2083_mipi", "gc2083_mipi_isp600_20240911_ir", 1920, 1088, 15, 0, 1, &gc2083_mipi_ir_isp_cfg},
#endif