add(system): change filesystem with erofs.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -106,12 +106,12 @@
|
||||
//#include "SENSOR_H/ov02b10_mipi_isp600_20240423_133842_ir.h"
|
||||
#include "SENSOR_H/ov02b1b_mipi_isp600_20240613_color.h"
|
||||
// #include "SENSOR_H/ov02b10_mipi_isp600_20240613_ir.h"
|
||||
#include "SENSOR_H/ov02a10_mipi_isp600_20240619_ir.h"
|
||||
#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"
|
||||
#include "SENSOR_H/gc2083_mipi_isp600_20240911_color.h"
|
||||
#include "SENSOR_H/gc2083_mipi_isp600_20240911_ir.h"
|
||||
#endif
|
||||
|
||||
#else
|
||||
@@ -186,13 +186,13 @@ struct isp_cfg_array cfg_arr[] = {
|
||||
//{"ov02b10_mipi", "ov02b10_mipi_isp600_20240423_133842_ir", 1600, 1200, 30, 1, 0, &ov02b10_mipi_isp_ir_cfg},
|
||||
{"ov02b1b_mipi", "ov02b1b_mipi_isp600_20240613_color", 1600, 1200, 30, 0, 0, &ov02b1b_mipi_isp_cfg},
|
||||
{"ov02b1b_mipi", "ov02b1b_mipi_isp600_20240613_color", 1600, 1200, 30, 1, 0, &ov02b1b_mipi_isp_cfg},
|
||||
{"ov02b10_mipi", "ov02a10_mipi_isp600_20240619_ir", 1600, 1200, 30, 0, 0, &ov02a10_mipi_isp_cfg},
|
||||
{"ov02b10_mipi", "ov02a10_mipi_isp600_20240619_ir", 1600, 1200, 30, 1, 0, &ov02a10_mipi_isp_cfg},
|
||||
{"ov02b10_mipi", "ov02b1b_mipi_isp600_20240911_ir", 1600, 1200, 30, 0, 0, &os02b1b_mipi_ir_isp_cfg},
|
||||
{"ov02b10_mipi", "ov02b1b_mipi_isp600_20240911_ir", 1600, 1200, 30, 1, 0, &os02b1b_mipi_ir_isp_cfg},
|
||||
#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_isp600_20240911_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