-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Camera Configuration Issues with Raspberry Pi 5 After Updates #215
Comments
There's nothing in this update that I can think of that should break this. Can you provide some more information please:
|
Issue with Libcamera and IMX708 Camera ModuleHello again, I would like to provide additional details about the challenges I'm facing with the IMX708 camera module and libcamera. Regardless of how or which version of libcamera I install, I have never been able to run
Interestingly, the QCam application works perfectly, and I can capture images without any issues. This suggests that the hardware and basic libcamera functionality are operational. However, when I attempt to use camera_ros or other ROS 2 integrations, I encounter errors related to stream configuration. Interestingly, the QCam application works perfectly, and I can capture images without any issues. This suggests that the hardware and basic libcamera functionality are operational. However, when I attempt to use Summary of the Problem
My Questions
I appreciate any guidance or suggestions you can provide. Best regards, |
This sounds like you are not using Raspberry Pi provided packages for libcamera. In such cases, maybe your package vendor removed support for the IMX708? I would probably start by contacting the maintainers of the camera_ros packages and see where they obtained the packages from. |
Directly Downloading Libcamera Sources from Raspberry PiHello @naushir, Thank you for your response and guidance regarding this issue. I would like to clarify a few points:
|
Have you setup the build parameters correctly? From our camera documentation, you need to use this meson setup command:
|
Now I tried the What I did:
meson setup build --buildtype=release -Dpipelines=rpi/vc4,rpi/pisp -Dipas=rpi/vc4,rpi/pisp -Dv4l2=true -Dgstreamer=enabled -Dtest=false -Dlc-compliance=disabled -Dcam=disabled -Dqcam=disabled -Ddocumentation=disabled -Dpycamera=enabled
ninja -C build
sudo ninja -C build install |
Have you purged the system installed libcamera libraries? Also can you your application with the following environment variable set: |
export LIBCAMERA_LOG_LEVELS=*:DEBUG
qcam
LIBCANERA_LOG_LEVELS=*:DEBUG cam -l
|
I suspect there may be something wrong with your kernel drivers. libcamera is reporting that it cannot register the Pi 5 pipeline handler. My output for the same command is show below.
You seem to be missing the |
Any updates on this issue? If not, I'll close this shortly. |
Hi, Thanks for understanding. |
Hello Libcamera Team,
I am encountering configuration issues with the IMX708 camera module on a Raspberry Pi 5 running Ubuntu 24.04. Previously, the camera worked seamlessly with libcamera and camera_ros, but after a recent system reset and updates, the configuration fails consistently.
Key Details:
Can't configure camera with invalid configuration
failed to configure streams
Despite these errors, QCam works perfectly, which suggests that libcamera is functional. However, when using ROS 2 or camera_ros, it fails to configure the camera streams.
Steps I've Tried:
1640x1232-YUYV
.Questions:
Thank you for your support!
Best regards,
The text was updated successfully, but these errors were encountered: