I recently purchased a Raspberry Pi Camera Module 3 (IMX708) for my new ROS2 robot project.I managed to get the camera working with the latest version of Raspberry Pi OS quite easily. However, I have been struggling to get it to work with Ubuntu 22.04.1 LTS. (I am using a Raspberry Pi 4B 4GB, by the way)
I tried compiling libcamera
and libcamera-apps
according to Raspberry Pi's documentation (https://www.raspberrypi.com/documentation/computers/camera_software.html#building-libcamera-and-libcamera-apps) and was able to install them successfully that way.
However, when I tried to use the libcamera-hello
command, it errored out saying that no cameras were available.
I also tried an old Raspberry Pi Camera V1.3 (OV5647) but got the same error.
Any help or advice would be highly appreciated.