Update on 20250212

main
Matthew 1 month ago
parent bd60faf2e8
commit 7b1dffecdc

@ -55,7 +55,7 @@ static struct imgsensor_info_struct imgsensor_info = {
.linelength = 1100, //8800, //record different mode's linelength .linelength = 1100, //8800, //record different mode's linelength
.framelength = 2250, //2300, //record different mode's framelength .framelength = 2250, //2300, //record different mode's framelength
.startx = 0, //record different mode's startx of grabwindow .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_width = 3840, //record different mode's width of grabwindow
.grabwindow_height = 2160, //record different mode's height of grabwindow .grabwindow_height = 2160, //record different mode's height of grabwindow
.mipi_data_lp2hs_settle_dc = 85, .mipi_data_lp2hs_settle_dc = 85,
@ -66,7 +66,7 @@ static struct imgsensor_info_struct imgsensor_info = {
.linelength = 1100, .linelength = 1100,
.framelength = 2250, .framelength = 2250,
.startx = 0, .startx = 0,
.starty = 16, .starty = 8,
.grabwindow_width = 3840, .grabwindow_width = 3840,
.grabwindow_height = 2160, .grabwindow_height = 2160,
.mipi_data_lp2hs_settle_dc = 85, .mipi_data_lp2hs_settle_dc = 85,
@ -77,7 +77,7 @@ static struct imgsensor_info_struct imgsensor_info = {
.linelength = 1100, .linelength = 1100,
.framelength = 2250, .framelength = 2250,
.startx = 0, .startx = 0,
.starty = 16, .starty = 8,
.grabwindow_width = 3840, .grabwindow_width = 3840,
.grabwindow_height = 2160, .grabwindow_height = 2160,
.mipi_data_lp2hs_settle_dc = 85, .mipi_data_lp2hs_settle_dc = 85,
@ -88,7 +88,7 @@ static struct imgsensor_info_struct imgsensor_info = {
.linelength = 1100, .linelength = 1100,
.framelength = 2250, .framelength = 2250,
.startx = 0, .startx = 0,
.starty = 16, .starty = 8,
.grabwindow_width = 3840, .grabwindow_width = 3840,
.grabwindow_height = 2160, .grabwindow_height = 2160,
.mipi_data_lp2hs_settle_dc = 85, .mipi_data_lp2hs_settle_dc = 85,
@ -100,7 +100,7 @@ static struct imgsensor_info_struct imgsensor_info = {
.linelength = 1100, .linelength = 1100,
.framelength = 2250, .framelength = 2250,
.startx = 0, .startx = 0,
.starty = 16, .starty = 8,
.grabwindow_width = 3840, .grabwindow_width = 3840,
.grabwindow_height = 2160, .grabwindow_height = 2160,
.mipi_data_lp2hs_settle_dc = 85, .mipi_data_lp2hs_settle_dc = 85,
@ -112,7 +112,7 @@ static struct imgsensor_info_struct imgsensor_info = {
.linelength = 1100, .linelength = 1100,
.framelength = 2250, .framelength = 2250,
.startx = 0, .startx = 0,
.starty = 16, .starty = 8,
.grabwindow_width = 3840, .grabwindow_width = 3840,
.grabwindow_height = 2160, .grabwindow_height = 2160,
.mipi_data_lp2hs_settle_dc = 85, .mipi_data_lp2hs_settle_dc = 85,
@ -138,7 +138,7 @@ static struct imgsensor_info_struct imgsensor_info = {
.sensor_interface_type = SENSOR_INTERFACE_TYPE_MIPI, .sensor_interface_type = SENSOR_INTERFACE_TYPE_MIPI,
.mipi_sensor_type = MIPI_OPHY_NCSI2, //0,MIPI_OPHY_NCSI2; 1,MIPI_OPHY_CSI2 .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 .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, .mclk = 24,//.mclk = 37,
.mipi_lane_num = SENSOR_MIPI_4_LANE, .mipi_lane_num = SENSOR_MIPI_4_LANE,
.i2c_addr_table = {0x34, 0xff}, .i2c_addr_table = {0x34, 0xff},

Loading…
Cancel
Save