This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DS90UB960-Q1: after setting the camera imx623 and display error

Part Number: DS90UB960-Q1

Tool/software:

Here is the table set the 963 and 960 serdes. 

Right now frame received by 960. but the image line size is not correct. Can you help with the problem?

the sensor IMX623 output setting is 1920*1536 raw12 30fps.

right read the 0x73-0x76 show that the 0x06 0x14(1539)   0x0b 0x58(2904). 

root@am62axx-evm:/opt/edgeai-gst-apps# i2ctransfer -y 2 w1@0x30 0x73  r4
0x06 0x14 0x0b 0x58
root@am62axx-evm:/opt/edgeai-gst-apps# i2ctransfer -y 2 w1@0x30 0x90  r2
0x07 0x3f
root@am62axx-evm:/opt/edgeai-gst-apps# i2ctransfer -y 2 w1@0x30 0x90  r2
0x00 0x5d
root@am62axx-evm:/opt/edgeai-gst-apps# i2ctransfer -y 2 w1@0x30 0x5c  r2
0x30 0x34
root@am62axx-evm:/opt/edgeai-gst-apps# i2ctransfer -y 2 w1@0x30 0x57  r2
0x00 0x5e
root@am62axx-evm:/opt/edgeai-gst-apps# i2ctransfer -y 2 w1@0x30 0x55  r4
0x00 0x00 0x00 0x5e
root@am62axx-evm:/opt/edgeai-gst-apps# i2ctransfer -y 2 w1@0x30 0x7a  r2
0x0d 0xff
root@am62axx-evm:/opt/edgeai-gst-apps# i2ctransfer -y 2 w1@0x30 0x4d  r2
0x13 0x45
root@am62axx-evm:/opt/edgeai-gst-apps# i2ctransfer -y 2 w1@0x30 0x35  r1
0x01
root@am62axx-evm:/opt/edgeai-gst-apps#
root@am62axx-evm:/opt/edgeai-gst-apps#
root@am62axx-evm:/opt/edgeai-gst-apps# i2ctransfer -y 2 w1@0x18 0x52  r1
0x45
root@am62axx-evm:/opt/edgeai-gst-apps# i2ctransfer -y 2 w1@0x18 0x57  r1
0x00
root@am62axx-evm:/opt/edgeai-gst-apps# i2ctransfer -y 2 w1@0x18 0x5c  r2
0x02 0x00

  • Hi Meng Ke, 

    Are any issues identified on the display side at this point in time? Some imagers may include embedded data lines which will be included in the vertical line count number. 

    In addition, registers 0x75-0x76 will read back in bytes not pixels. With the current readback of 2904 bytes, we do the following conversion to pixels: 2904*8/12 = 1936. Is this expected for the imager selected?  

    In the register readbacks that were provided it looks like there are CSI errors showing on the link. Would you be able to confirm if these errors are reoccurring by completing one complete register dump for the impacted RX port and repeating the process once more. CSI errors may occur during the link initialization process however, key item here is to understand if these errors only occur during the initialization or happen during run time. 

    Best,

    Zoe

  • problem found that come from SOC ISP process. UB960 is find. thanks for you answer