HI,
We have supported UYVY, SRGB10 formats from the camera and using iMX8MPlus kit for the evaluation.
After booting of the kit, if we first launch either UYVY or SRGB10, the stream works without any issues in the format. But when we try to switch between the format, the stream stops.
We have debugged the camera MIPI signals. It is correctly configuring with the required format and MIPI signal activity is proper in the camera.
But the iMX8Mplus platform not supporting the switching between the different formats. Is there any patches to resolve this issue?
We are using following kernel.
kernel : v6.1.55
Yocto : mickledore
Thanks.
how do you switch the streaming and what kind of errors do you get? pls share more detailed information and steps
sorry for my delay, I've taken annual leave recently, I never tested raw12 on imx8mp before, you can check your MIPI_CSIS_ISPCFG_ALIGN_32BIT and MIPI_CSIS_CMN_CTRL_HDR_MODE, besides of these, you also can check pixel mode in your driver, I don't know if your raw12 works or not, if not, you can refer to the link as below, I also suggest that you can add more debug information to check where stuck
I'm taking my annual leave this week, I will check this when I come back to office, it seems this issue is related to your own code, I need double check it
Hi @joanxie,
Sure, We will wait for your reply.
Please find the missed patch in the previous message. (nxp_imx8mplus_two_format_kernel.patch). Kindly check this and share your suggestion.
Thanks.