Hi,
I managed to make the Imx8m plus hardware ISP work with our custom sensor using 3840x2160 pixel resolution.
When going to maximum 12.3MP resolution of our sensor (4056x3040) the ISP hangs with no miningfull feedback as if the ISP would not support that resolution.
Digging into the source code in vvcam/v4l2/video/video.h, I found VIDEO_FRAME_MAX_WIDTH is correctly set to 4056 and VIDEO_FRAME_MAX_HEIGHT is also correctly set to 3040. I did check the rest of the vvcam code and did not find other references to the resolution one can set.
Is the ISP imited to 4K (3840x2160 pixel)?
If no, how can I activate my 12.3MP resolution?
Thank you,