swjian

  最近刚接触树莓派,感觉这个东西挺好玩,所以以后记录一下学到的知识,同时希望能帮到刚接触树莓派的朋友们,话不多说,接下来展示树莓派截图的方法。

首先查看树莓派上是否存在scrot软件,其查看命令为:sudo scrot -v

如果没有版本信息,就需要手动安装一下,命令为: sudo apt-get install scrot

下面开始实现截图

实现方法1:鼠标选框截取,命令为:sudo scrot -s

实现方法2:全屏截图,命令为:sudo scrot

实现方法3:倒计时截图,命令为:sudo scrot -d5

查看更多sudo使用方法,命令为:sudo scrot -h

好了到这里就结束了,希望能帮到有需要的人~

 

相关文章:

  • 2021-04-20
  • 2021-05-18
  • 2021-11-05
猜你喜欢
  • 2021-11-29
  • 2021-11-19
  • 2021-09-22
  • 2021-11-04
  • 2021-05-25
  • 2021-11-08
  • 2021-10-20
相关资源
相似解决方案