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

@@ -56,7 +56,7 @@
#endif
#ifdef SENSOR_GC2083
#include "SENSOR_H/gc2083/gc2083_mipi_isp600_20240911_color.h"
#include "SENSOR_H/gc2083/gc2083_mipi_isp600_20241010_color.h"
#include "SENSOR_H/gc2083/gc2083_mipi_isp600_20240911_ir.h"
#endif
@@ -1030,7 +1030,7 @@ struct isp_cfg_array cfg_arr[] = {
#endif
#ifdef SENSOR_GC2083
{"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