diff --git a/imx678mipi_Sensor.c b/imx678mipi_Sensor.c index fc6b9b8..ece0ad8 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 = 0, //record different mode's starty of grabwindow + .starty = 16, //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 = 0, + .starty = 16, .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 = 0, + .starty = 16, .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 = 0, + .starty = 16, .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 = 0, + .starty = 16, .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 = 0, + .starty = 16, .grabwindow_width = 3840, .grabwindow_height = 2160, .mipi_data_lp2hs_settle_dc = 85,