From 7b1dffecdc64e461da3cfc132ab5c97dc96f6dd7 Mon Sep 17 00:00:00 2001 From: Matthew Date: Mon, 5 May 2025 00:27:59 +0800 Subject: [PATCH] Update on 20250212 --- imx678mipi_Sensor.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/imx678mipi_Sensor.c b/imx678mipi_Sensor.c index ece0ad8..52a5755 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 = 16, //record different mode's starty of grabwindow + .starty = 8, //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 = 16, + .starty = 8, .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 = 16, + .starty = 8, .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 = 16, + .starty = 8, .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 = 16, + .starty = 8, .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 = 16, + .starty = 8, .grabwindow_width = 3840, .grabwindow_height = 2160, .mipi_data_lp2hs_settle_dc = 85, @@ -138,7 +138,7 @@ static struct imgsensor_info_struct imgsensor_info = { .sensor_interface_type = SENSOR_INTERFACE_TYPE_MIPI, .mipi_sensor_type = MIPI_OPHY_NCSI2, //0,MIPI_OPHY_NCSI2; 1,MIPI_OPHY_CSI2 .mipi_settle_delay_mode = MIPI_SETTLEDELAY_AUTO,//0,MIPI_SETTLEDELAY_AUTO; 1,MIPI_SETTLEDELAY_MANNUAL - .sensor_output_dataformat = SENSOR_OUTPUT_FORMAT_RAW_Gb, + .sensor_output_dataformat = SENSOR_OUTPUT_FORMAT_RAW_R, .mclk = 24,//.mclk = 37, .mipi_lane_num = SENSOR_MIPI_4_LANE, .i2c_addr_table = {0x34, 0xff},