HI, I encountered some problems while developing a MIPI camera and wanted to ask NXP for advice.
I made a DTS of the board we developed by referring to https://github.com/nxp-imx-support/meta-imx8mp-isp-imx219
The board we designed pulls the CSI2 signal to connect to IMX219 and refer to AN13713.pdf for settings.
Find and execute start_isp.sh on the host as shown in the attached picture
After start_isp.sh is completed, start the camera test
"gst-launch-1.0 -v v4l2src device=/dev/video2 ! "video/xraw,format=YUY2,width=1920,height=1080" ! queue ! waylandsink"
The host does not see that gst-launch-1.0 is opened and the screen is displayed as shown in the attached picture.
Have you ever encountered similar problems when developing or porting IMX219? Can you give me some suggestions? Thank you!