Thank you. The problem is that their fork of libcamera is 0.4.0 which is not compatible wiith the latest rpicam-apps?vc_mipi_camera would imply you're using a Vision Components sensor.
You'll need to use their fork of libcamera (which appears to be at https://github.com/VC-MIPI-modules/libcamera) - they haven't upstreamed their drivers and that is a prerequisite for having the relevant helpers merged into libcamera.
I did successfully installed the camera following, https://github.com/VC-MIPI-modules/vc_mipi_raspi, and I can see image in the shell Ctrl + Alt + F1
But as I tried to using libcamera following, https://github.com/VC-MIPI-modules/vc_m ... bcamera.md
it fails at the step of compiling rpicam-apps.
Code:
git clone https://github.com/raspberrypi/rpicam-apps.gitcd rpicam-appsmeson setup buildmeson compile -C buildsudo meson install -C buildecho "/usr/local/lib/aarch64-linux-gnu" > /etc/ld.so.conf.d/rpicam.confsudo ldconfigBut it shows the above errors, and I did not found the file
Code:
/etc/ld.so.conf.d/rpicam.confThanks,
rolly
Statistics: Posted by rollyng — Wed Dec 10, 2025 3:06 pm