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 can use screen grabber utilities or run command line tool s like ffmpeg. Maximise the output you want to capture as these tool grab complete screen. I use following command:

ffmpeg  -f x11 grab -s <screen resolution> -r 25 -i 0.0 <output file name>

Screen resolution parameter  is display dependent e.g. xvga . Use ffmpeg man page for more information.

Prince.