From 4c08d8c1cf90f5d7eb831cd084a12fb6b992e8e9 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 5 May 2025 00:28:41 +0800 Subject: [PATCH] Update on 20250503 --- imx678mipi_Sensor.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/imx678mipi_Sensor.c b/imx678mipi_Sensor.c index 52a5755..5bddd69 100644 --- a/imx678mipi_Sensor.c +++ b/imx678mipi_Sensor.c @@ -55,7 +55,7 @@ static struct imgsensor_info_struct imgsensor_info = { .linelength = 1100, //8800, //record different mode's linelength .framelength = 2250, //2300, //record different mode's framelength .startx = 0, //record different mode's startx of grabwindow - .starty = 8, //record different mode's starty of grabwindow + .starty = 24, //record different mode's starty of grabwindow .grabwindow_width = 3840, //record different mode's width of grabwindow .grabwindow_height = 2160, //record different mode's height of grabwindow .mipi_data_lp2hs_settle_dc = 85, @@ -66,7 +66,7 @@ static struct imgsensor_info_struct imgsensor_info = { .linelength = 1100, .framelength = 2250, .startx = 0, - .starty = 8, + .starty = 24, .grabwindow_width = 3840, .grabwindow_height = 2160, .mipi_data_lp2hs_settle_dc = 85, @@ -77,7 +77,7 @@ static struct imgsensor_info_struct imgsensor_info = { .linelength = 1100, .framelength = 2250, .startx = 0, - .starty = 8, + .starty = 24, .grabwindow_width = 3840, .grabwindow_height = 2160, .mipi_data_lp2hs_settle_dc = 85, @@ -88,7 +88,7 @@ static struct imgsensor_info_struct imgsensor_info = { .linelength = 1100, .framelength = 2250, .startx = 0, - .starty = 8, + .starty = 24, .grabwindow_width = 3840, .grabwindow_height = 2160, .mipi_data_lp2hs_settle_dc = 85, @@ -100,7 +100,7 @@ static struct imgsensor_info_struct imgsensor_info = { .linelength = 1100, .framelength = 2250, .startx = 0, - .starty = 8, + .starty = 24, .grabwindow_width = 3840, .grabwindow_height = 2160, .mipi_data_lp2hs_settle_dc = 85, @@ -112,7 +112,7 @@ static struct imgsensor_info_struct imgsensor_info = { .linelength = 1100, .framelength = 2250, .startx = 0, - .starty = 8, + .starty = 24, .grabwindow_width = 3840, .grabwindow_height = 2160, .mipi_data_lp2hs_settle_dc = 85,