Update on 20250503

main
Matthew 1 month ago
parent 7b1dffecdc
commit 4c08d8c1cf

@ -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,

Loading…
Cancel
Save