在树莓派上实现截图
首先查看树莓派上是否存在scrot软件,其查看命令为:sudo scrot -v
如果没有版本信息,就需要手动安装一下,命令为: sudo apt-get install scrot
下面开始实现截图
实现方法1:鼠标选框截取,命令为:sudo scrot -s
实现方法2:全屏截图,命令为:sudo scrot
实现方法3:倒计时截图,命令为:sudo scrot -d5
查看更多sudo使用方法,命令为:sudo scrot -h
首先查看树莓派上是否存在scrot软件,其查看命令为:sudo scrot -v
如果没有版本信息,就需要手动安装一下,命令为: sudo apt-get install scrot
下面开始实现截图
实现方法1:鼠标选框截取,命令为:sudo scrot -s
实现方法2:全屏截图,命令为:sudo scrot
实现方法3:倒计时截图,命令为:sudo scrot -d5
查看更多sudo使用方法,命令为:sudo scrot -h