You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I think I answered this on the forum. It's not Picamera2 that's adding extra padding, it's just believing what the kernel driver is telling it. As I said previously, it may be a documentation bug so I'll look into that.
Please only report one bug per issue!
Describe the bug
image has shape (864, 768)
where 864 is height (576 *2/3) and 768 is width (704 + 64 padded)
704 is optimal for alignment of 64 (704/64 = 11)
so why picamera2 pads 704 with additional 64 ?
To Reproduce
Reproducible on cm5 (picamera 0.3.23), there is no such problem on cm4 (picamera0.3.9)
Expected behaviour
Expected behavior is to get the same size of the array that was set in config if the size has optimal alignment
Console Output, Screenshots
If applicable, any console output or screenshots that show the problem and associated error messages.
Hardware :
cm5, bookworm, picamera2 0.3.23, camera - IMX477 with custom lens (not raspberry high qoality camera)
The text was updated successfully, but these errors were encountered: