pbaetens

Results 8 comments of pbaetens

seems related to: https://patchwork.libcamera.org/patch/19186/ So there is a patch in upstream libcamera but not yet merged. @kbingham @will-v-pi

simplified version linked here: https://forums.raspberrypi.com/viewtopic.php?t=375795

@davidplowman any experience w this? thanks!

any quick workaround you can think of? would upgrading to a newer kernel help? @XECDesign

now this error pops up.. ``` pi@raspberry5:~/ams_rpi_kernel/imx219 $ make -C /lib/modules/6.6.51+rpt-rpi-v8/build M=$PWD CPATH=/usr/src/linux-headers-6.6.51+rpt-common-rpi/include/ make: Entering directory '/usr/src/linux-headers-6.6.51+rpt-rpi-v8' DTCO /home/pi/ams_rpi_kernel/imx219/imx219.dtbo /bin/sh: 1: ./scripts/dtc/dtc: not found make[2]: *** [/usr/src/linux-headers-6.6.51+rpt-common-rpi/scripts/Makefile.lib:445: /home/pi/ams_rpi_kernel/imx219/imx219.dtbo] Error 127...

> You'll need to run a `make ARCH=arm64 dtbs` at least once. thanks. Do you have a guide somewhere? In which folder should I run this command? or you probably...

in fact I can just recompile the full kernel each time, but when making small changes to a driver, it is nice if I can only recompile that driver instead...

fixed using latest picamera2 from next branch.