更新最新的ISP参数
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -109,9 +109,11 @@
|
||||
#include "SENSOR_H/ov02b1b_mipi_isp600_20240911_ir.h"
|
||||
#endif // CONFIG_SENSOR_OV02B10_MIPI
|
||||
|
||||
#ifdef CONFIG_SENSOR_GC2083_MIPI
|
||||
#include "SENSOR_H/gc2083_mipi_2_isp600_20231212_103735_gj_rgb.h"
|
||||
#include "SENSOR_H/gc2083_mipi_2_isp600_20230913_015805_gj_ir.h"
|
||||
#ifdef CONFIG_SENSOR_GC2083_MIPI
|
||||
// #include "SENSOR_H/gc2083_mipi_2_isp600_20231212_103735_gj_rgb.h"
|
||||
// #include "SENSOR_H/gc2083_mipi_2_isp600_20230913_015805_gj_ir.h"
|
||||
#include "SENSOR_H/gc2083_mipi_isp600_20241112_color.h"
|
||||
#include "SENSOR_H/gc2083_mipi_isp600_20240911_ir.h"
|
||||
#endif
|
||||
|
||||
#else
|
||||
@@ -191,8 +193,10 @@ struct isp_cfg_array cfg_arr[] = {
|
||||
#endif // CONFIG_SENSOR_OV02B10_MIPI
|
||||
|
||||
#ifdef CONFIG_SENSOR_GC2083_MIPI
|
||||
{"gc2083_mipi", "gc2083_mipi_2_isp600_20231212_103735_gj_rgb", 1920, 1088, 15, 0, 0, &gc2083_mipi_rgb_isp_cfg},
|
||||
{"gc2083_mipi", "gc2083_mipi_2_isp600_20230913_015805_gj_ir", 1920, 1088, 15, 0, 1, &gc2083_mipi_ir_isp_cfg},
|
||||
// {"gc2083_mipi", "gc2083_mipi_2_isp600_20231212_103735_gj_rgb", 1920, 1088, 15, 0, 0, &gc2083_mipi_rgb_isp_cfg},
|
||||
// {"gc2083_mipi", "gc2083_mipi_2_isp600_20230913_015805_gj_ir", 1920, 1088, 15, 0, 1, &gc2083_mipi_ir_isp_cfg},
|
||||
{"gc2083_mipi", "gc2083_mipi_isp600_20241112_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
|
||||
|
||||
#ifdef CONFIG_SENSOR_GC1084_MIPI
|
||||
|
||||
Reference in New Issue
Block a user