raspberrypi / picamera2

New libcamera based python library
BSD 2-Clause "Simplified" License
894 stars 189 forks source link

[BUG] capture.array not working with imx296 and rpi-update > 6.6.31 on compute module 4 Bullseye 64bit #1078

Open mercuriom opened 4 months ago

mercuriom commented 4 months ago

Please only report one bug per issue! capture.array not working with imx296 and rpi-update > 6.6.31 on compute module 4 Bullseye 64bit Describe the bug when try capture.array the system crash with error reshape.... To Reproduce Bullseye and rpi-update > 6.6.31 and use example directly

davidplowman commented 4 months ago

Hi, Bullseye is now our legacy OS, so we don't guarantee that things will continue to work on Bullseye with more recent kernels (critical patches get back-ported to the legacy kernel). Can you check:

If either of those fails, please include an exact script that provokes the failure (I'm assuming that would be half a dozen lines or so).

It sounds like your best course of action would be to upgrade to the latest Bookworm - is that possible for you?