http://shumeipai.nxez.com/2014/11/17/raspberry-pi-taking-screenshots-with-scrot.html
在树莓派上截屏的方法很简单。首先在终端中用下面的命令安装名叫“scrot”的截屏工具。
sudo apt-get install scrot
截取全屏幕执行:
sudo scrot
用鼠标选区屏幕区域截取执行:
sudo scrot -s
执行下面的指令可以查看更多用法:
sudo scrot -h
使用方法:
在桌面的一个角落单独开一个命令窗口 Ctrl+Alt+T, 只输入 scrot -s 随时用于截图。 树梅派上暂时还没找到设置快捷键截图的方法~~
图片会保存在 /home/pi 目录下, 及指令运行时所在目录下。