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

Where to start:

Look at the source for the video_recorder node in the image_view package (which is what is used in the tutorial that you linked to). You'll notice that cv::VideoWriter from OpenCV is used. Next, checkout the API for the cv::VideoWriter class. This should be a good start for you.