In Raspberry Pi I have try to find a tool to do screen capture and finally I found this small tool witch can help me to get the screen shots of the things in the desktop. To run this you have to use LX Terminal.
To install this tool you can run,
sudo apt-get install scrot
Then to get the screen shot you can run,
$ sudo scrot –d7

This will take the screen cap after 7 second and the image will be saved in your default user directory (i.e. /home/pi/).
No comments:
Post a Comment