We are using mipi csi one interface with 4 mipi lines are connected. I used to received 1280x720 preview data at 60 fps.. application running fine to capture video frame but after some time observing "mxc-mipi-csi2.0: FIFO Overflow Error" and due to this we observed csi interrupt increase rapidly and hanging imx8mp board.
remote-endpoint = <&mipi_csi0_ep>;
clock-lanes = <0>;
};
To simulate issue, I use following command to capture video: v4l2-ctl -d /dev/video3 --stream-mmap --stream-count=66 --verbose
Also with this application I have attached log to show fifo error during capture.. Do we have any hint about where can be the issue.
Thanks,
Jignesh