This is my first topic here and I think it might be useful for some people.
During the last 2 days, I've been developing a ROS node for the camera module of the RPi. For those who don't know what ROS is, you can learn more at http://www.ros.org.
The goal of this node is to grab images from the camera module and publish them on a topic.
To save bandwith, images are compressed in jpeg format.
The source code is mainly based on the RaspiVid software where the H264 encoder has been replaced by a JPEG encoder.
So, what can you expect from this piece of software :
- bugs

- jpeg images publish in a topic
- resolutions up to 1920x1080
- framerate up to 30 fps
- bugs
- low latency
- configurable quality of the jpeg encoder
- smaller FOV as it uses the video mode which does not use the full sensor.
You can find the source code at https://github.com/fpasteau/raspicam_node
There are still some bugs and memory leaks in the software that I need to patch.
The source code is available so you can try it for yourself. You can report bugs to me through this thread, but I don't promise anything.