修改背光,添加音频文件
This commit is contained in:
@@ -50,7 +50,7 @@ MODULE_LICENSE("GPL");
|
||||
#define SENSOR_NAME "gc2083_mipi"
|
||||
#define SENSOR_NAME_2 "gc2083_mipi_2"
|
||||
|
||||
// #define GC2083_1920X1088_20FPS
|
||||
//#define GC2083_1920X1088_20FPS
|
||||
#define GC2083_1920X1088_15FPS
|
||||
//#define GC2083_1920X360_120FPS
|
||||
/*
|
||||
|
||||
@@ -110,8 +110,8 @@
|
||||
#endif // CONFIG_SENSOR_OV02B10_MIPI
|
||||
|
||||
#ifdef CONFIG_SENSOR_GC2083_MIPI
|
||||
#include "SENSOR_H/gc2083_mipi_isp600_20241010_color.h"
|
||||
#include "SENSOR_H/gc2083_mipi_isp600_20240911_ir.h"
|
||||
#include "SENSOR_H/gc2083_mipi_2_isp600_20231212_103735_gj_rgb.h"
|
||||
#include "SENSOR_H/gc2083_mipi_2_isp600_20230913_015805_gj_ir.h"
|
||||
#endif
|
||||
|
||||
#else
|
||||
@@ -191,8 +191,8 @@ struct isp_cfg_array cfg_arr[] = {
|
||||
#endif // CONFIG_SENSOR_OV02B10_MIPI
|
||||
|
||||
#ifdef CONFIG_SENSOR_GC2083_MIPI
|
||||
{"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},
|
||||
{"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},
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SENSOR_GC1084_MIPI
|
||||
|
||||
Reference in New Issue
Block a user