ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You should write a node which subscribes to the image stream and saves the images. Use the rate command so that it runs at a constant rate.

You should write a node which subscribes to the image stream and saves the images. Use the rate command so that it runs at a constant rate.

Or use Rosbag to save the image stream, although you won't get a constant stream then.