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!
Hello,
How much RAM memory does your custom board have ? Is the reserve-memory well allocated ?
Plug the camera and try
gst-launch-1.0 -v v4l2src device=/dev/video2 ! "video/x-raw,format=YUY2,width=1920,height=1080" ! queue ! waylandsink
Regards
Hello,
CMA (physically-continuous memory) can be used to make sure that buffers can be used plain with DMA or some other device.
You can specify "CMA=" option among of kernel parameters in u-boot to set any CMA size you wish.
Regards