How To Take Screenshots On The Raspberry Pi Using Command Line
How To Take Screenshots On The Raspberry Pi Using Command Line
sudo apt-get install scrot
2. Use command line via ssh
env DISPLAY=:0 XAUTHORITY=/home/pi/.Xauthority scrot /path/to/screen.png
3. Download image via SFTP
Comments
Post a Comment