===Support for mono sensors on Pi5 has been merged to the "next" branch of https://github.com/raspberrypi/libcamera. There isn't a tuning file for ov9281 as yet, but pointing it at uncalibrated.json should work.
Instructions for building libcamera and rpicam-apps are at https://www.raspberrypi.com/documentati ... picam-apps. You're best off using "sudo apt purge libcamera0.1" first to get rid of the standard versions of the library first to avoid random mismatches between libraries.
Ok, branch "next" is now only 3 commits ahead of main. much newer than the quoted post. so the following worked:
rpi-update was probably not needed.
Code:
$ sudo rpi-update # mask/hash 6.1.y failed. with *** Invalid hash given" so this bumped from 6.1.0 to :$ sudo reboot$ uname -aLinux raspberrypi 6.6.22-v8-16k+ #1747 SMP PREEMPT Wed Mar 27 17:06:56 GMT 2024 aarch64 GNU/Linux$ sudo apt purge libcamera0.1$ sudo apt install -y libcamera-dev libepoxy-dev libjpeg-dev libtiff5-dev libpng-dev
Thanks.
Statistics: Posted by juanmf — Thu Mar 28, 2024 10:44 pm