Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 8041

Camera board • Re: Using VC-MIPI-IMX226 camera with libcamera?

$
0
0
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.
Thank you. The problem is that their fork of libcamera is 0.4.0 which is not compatible wiith the latest rpicam-apps?

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 ldconfig
What I did is to get the latest libcamera from https://github.com/raspberrypi/libcamera then recompile libcamera and rpicam-apps with the steps shown in https://github.com/VC-MIPI-modules/vc_m ... bcamera.md

But it shows the above errors, and I did not found the file

Code:

/etc/ld.so.conf.d/rpicam.conf
on my CM4?

Thanks,
rolly

Statistics: Posted by rollyng — Wed Dec 10, 2025 3:06 pm



Viewing all articles
Browse latest Browse all 8041

Trending Articles