카테고리 없음

ubuntu 22.04에 libcamera 설치 중 meson 버전 낮아서 에러 발생 시

미친토끼 2025. 4. 8. 22:33

출처: https://forums.raspberrypi.com/viewtopic.php?t=340290

 

Need to update meson, but how? - Raspberry Pi Forums

Sat Sep 17, 2022 5:21 pm I want to build the libcamera package from source. According the documentation I need to use ninja. But when doing this, it gives an error: mechamania@raspberrypi:~/git/libcamera $ sudo ninja -C build install ninja: Entering direct

forums.raspberrypi.com

 

I came across the same problem earlier. I solved it by doing the following:

cd /home/bendaluz
mkdir meson
git clone https://github.com/mesonbuild/meson.git /home/bendaluz/meson
sudo mv /usr/bin/meson /usr/bin/meson-0.56.2 (this was the version apt had previously installed for me)
sudo ln -s /home/bendaluz/meson/meson.py /usr/bin/meson

meson --version now tells me I've got 0.63.99 installed

 

라즈베리파이 카메라, ROS2 ...

https://docs.ros.org/en/ros2_packages/rolling/api/camera_ros/