I have set the camera format to UYVY in the device tree, and the connected camera outputs YUV422_8. I’m using a 4-lane camera with a resolution of 3840x2160. Why is it still reporting a CHANSEL_NOMATCH error?The camera output does not have embedded metadata.
It seems your problem is related the output format frames of your sensor and the format you are requesting in the driver. Could you please provide the following information to help you with the debugging
Could you share more details about the camera you are using? What formats does it provide? Does the camera has its own ISP? Firmware information?
Could you share more information of your driver? What it does? What registers is trying to read/write?
Are you using a Orin NX with a custom carrier or with devkit?
I tested the 1080p resolution without any issues, but when I changed the resolution to 3840x2160, I encountered this error. What could be the possible reason for this? Thank you.
Are there any entries in the device tree or driver that can be modified to attempt to resolve this issue, or is checking the video source the only option?