Other Parts Discussed in Thread: DS90UB953-Q1
Hello,
One customer used two DS90UB953, two sensors, one DS90UB954 connected one I2C bus, the data format of sensor is RAW10,2lane,720Mbps/lane.
And 954 is configured 1.6Gbps/lane,2lane mode.
////////////////////////////////////////////953_0////////////////////////////////////////////////////////
9'd0: i2c_data[23:0] <= {8'h32,8'h01 ,8'h03 }; //reset
9'd1: i2c_data[23:0] <= {8'h32,8'h02 ,8'h53 };
9'd2: i2c_data[23:0] <= {8'h32,8'h03 ,8'h02 }; /////non sync
9'd3: i2c_data[23:0] <= {8'h32,8'h05 ,8'h0b }; /////div
9'd4: i2c_data[23:0] <= {8'h32,8'h06 ,8'h66 };///////div
9'd5: i2c_data[23:0] <= {8'h32,8'h07 ,8'h7d }; //////div
9'd6: i2c_data[23:0] <= {8'h32,8'h33 ,8'h00 }; //////div
/////////////////////////////////////////953_1////////////////////////////////////////////
9'd7: i2c_data[23:0] <= {8'h30,8'h01 ,8'h03 }; //reset
9'd8: i2c_data[23:0] <= {8'h30,8'h02 ,8'h53 };
9'd9: i2c_data[23:0] <= {8'h30,8'h03 ,8'h02 }; /////non sync
9'd10: i2c_data[23:0] <= {8'h30,8'h05 ,8'h0b }; /////div
9'd11: i2c_data[23:0] <= {8'h30,8'h06 ,8'h66 };///////div
9'd12: i2c_data[23:0] <= {8'h30,8'h07 ,8'h7d }; //////div
9'd13: i2c_data[23:0] <= {8'h30,8'h33 ,8'h00 }; //////div
/////////////////////////////////////////////954_PORT0//////////////////////////////////////////////////
9'd14: i2c_data[23:0] <= {8'h7A,8'h01 ,8'h03 };////reset
9'd15: i2c_data[23:0] <= {8'h7A,8'h4C ,8'h01 };
9'd16: i2c_data[23:0] <= {8'h7A,8'h72 ,8'h00 };
/////////////////////////////////////////////954_PORT1//////////////////////////////////////////////////
9'd17: i2c_data[23:0] <= {8'h7A,8'h4C ,8'h02 };
9'd18: i2c_data[23:0] <= {8'h7A,8'h72 ,8'h01 };
9'd19: i2c_data[23:0] <= {8'h7A,8'h1F ,8'h00 };
9'd20: i2c_data[23:0] <= {8'h7A,8'h20 ,8'h00 };
9'd21: i2c_data[23:0] <= {8'h7A,8'h6D ,8'h78 };
9'd22: i2c_data[23:0] <= {8'h7A,8'h33 ,8'h23 };
9'd23: i2c_data[23:0] <= {16'hffff ,8'hff };
Now the 954 could work normally, but the output MIPI data is always no change, while FPGA could also sample the VC,0x2b0 and 0x2b1., but the frame is interleaved. not line interleave.
He verified that the sensor is normally sensitive to light, how can I get the 954 to output this dual video at the same time?
Best regards
kailyn
