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

@ -1881,7 +1881,7 @@
lcd_bl_0_percent = <0>;
lcd_bl_40_percent = <23>;
lcd_bl_100_percent = <100>;
lcd_backlight = <150>;
lcd_backlight = <0>;
lcd_if = <4>;
lcd_x = <720>;
@ -1893,7 +1893,7 @@
lcd_pwm_used = <1>;
lcd_pwm_ch = <10>;
lcd_pwm_freq = <50000>;
lcd_pwm_pol = <1>;
lcd_pwm_pol = <0>;
lcd_pwm_max_limit = <255>;
lcd_hbp = <40>;

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

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.6 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB