Abort sensor width and height limit

Hi:
We recently found that when the sensor output window size is 2000x375, the VIDIOC_QBUF ioctl operation fails. Is there a limitation at the driver level regarding this parameter? Does Width * Height need to be a multiple of 32?
thank you

The width need 64 alignment.

Thanks

we found the code , it must be 128 alignment. v4l2 、mmtype=usrptr, vaddr | image size %128 == 0

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.