-
Notifications
You must be signed in to change notification settings - Fork 38
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
Ubuntu 24.04 -Pi5-ROS2 Jazzy - OV5647 #53
Comments
Can you provide more details about your hard- and software setup? How did you install libcamera? Did you try to use any of the libcamera stand-alone examples without ROS? |
Hi Christian, For hardware, I have OV5647-CSI connection to Raspberry pi 5 running on Ubuntu 24.04. I have installed the libcamera dependency according to your steps in (https://github.com/christianrauch/camera_ros). I am running them with ROS2 jazzy but no luck. Similarly from the issue stated (#51), I have built rpicam from source as libcam app and rpicam app aren't available in 24.04 yet I believe. Since you have mentioned that you managed to ubuntu 24.04 with libcamera 0.3 without any issues, I am wondering if any steps that I may have missed to achieve the same results as you, or pi5 have different interface in general. Kind regards |
Did you also follow the steps in that issue and try any of the examples? What does Did you also try to use the camera with Raspberry Pi OS to exclude hardware or configuration errors? I.e. the Pi 5 has two MIPI ports. Have you connected the camera to the correct port and configured it accordingly? |
Hi CHristian, I found out that l missed PISP pipeline during libcamera building process and that solved it. Thank you for the input! |
Hi community,
I'm currently trying to stream my camera as per configurations mentioned at title but the error shown was
[0:48:28.601714275] [49141] INFO Camera camera_manager.cpp:313 libcamera v0.3.0+156-644986c2
terminate called after throwing an instance of 'std::runtime_error'
what(): no cameras available
[ros2run]: Aborted
I have followed the instruction to build from source. I am wondering if you could help me with this.
The text was updated successfully, but these errors were encountered: