Using camera on Raspberry Pi 3 running ROS::Kinetic
Hi all.
Could somebody please point me in the right direction to where I can find instructions on how I can get the pi's camera to work with ROS:Kinetic. I'm struggling to find how to get this to work
Edit: I've just started using ROS and I want to start play around using it with cameras and lidar sensors. I've seen a lot of interesting projects using ROS and cameras, hence I want to use ROS with my raspberry pi. Is there a way to tap into the camera feed using a separate program and send the feeds to a ROS node for processing?
First things first: can you use the camera with any 'regular' (as far as ROS is non-regular) Linux programs? If not, putting ROS in the mix isn't going to be productive, so please figure that out first.
I'm suggesting to first get the camera work without ROS involved at all. If you can't do that, it doesn't help to complicate things by introducing nodes and drivers.
If you can use the camera (say with
guvcview
), then we can suggest how you could proceed.Not sure you're still interested in this, but at UbiquityRobotics/raspicam_node looks related.