Hi,all:
I am using imx8mm with an mipi camera imx334. The sensor run at 891Mbps,4 lanes, 3824x2176,30fps,10bits raw data.My bsp is 4.14.98.
Take the image from the sensor as shown in the figure below,it looks like several images are stitched together.
My understanding is that the image path is sensor->mipi phy->csi bridge-> memory.I'm sure the sensor is OK because I've verified it on other motherboards platforms.And I can also be sure that Mipi phy is OK because there are no errors reported in the interrupt mipi_csis_irq_handler in file mxc_mipi_csi.c.What puzzles me is CSI bridge,in mx6s_capture.c the mx6s_csi_irq_handler processes the image data from Mipi PHY.when processing images,it was supposed to have 30 interrupts per second, but actually it was less than 10.
Can anyone know why about this?

手动阀