Other Parts Discussed in Thread: DS90UB953-Q1,
Hi Ti
We want to use a camera on TDA4 EVM. The sdk version is 850. The serializer is DS90UB953-Q1.
The following table describes camera parameters
Sensor | AR0220AT |
Resolution | 1828×948 |
Output Format | RAW 12bit |
After completing the register configuration, we encountered the problem shown in the following figure when we run "run_app_multi_cam.sh". Only The Frame Drop Count is increase.
In order to find the problem, we have made the following attempts:
1.We read registers of ub960,include LINE_COUNT_1 Register (Address 0x73),LINE_COUNT_0 Register (Address 0x74),LINE_LEN_1 Register (Address 0x75),LINE_LEN_0 Register (Address 0x76),and their values are 0x03, 0xb4, 0x0a, 0xb6.
2.The value of CSI-Clock is CSIRX_LANE_BAND_SPEED_1350_TO_1500_MBPS. And we throught read TDA4VM's DPHY_RX_VBUS2APB_PCS_TX_DIG_TBIT0 Register,the data rate matches set value.
The printing information when the program is running is shown in the following figure