在树莓派上截屏的方法,


在树莓派上截屏的方法很简单。首先在终端中用下面的命令安装名叫“scrot”的截屏工具。

sudo apt-get install scrot

截取全屏幕执行:

sudo scrot

用鼠标选区屏幕区域截取执行:

sudo scrot -s

20秒后截取,参数可以自定义:

sudo scrot -d20

执行下面的指令可以查看更多用法:

sudo scrot -h
这是一篇发布于 9年 前的文章,其中的信息可能已经有所发展或是发生改变,请了解。 文章标题:在树莓派上截屏的方法 - 树莓派实验室 固定链接:https://shumeipai.nxez.com/2014/11/17/raspberry-pi-taking-screenshots-with-scrot.html

相关内容