Capture screenshots in Raspberry Pi OS (bookworm)/Wayland
grim is a Linux utility to grab images from Wayland compositor, it's pre-installed in Raspberry Pi OS (bookworm).
$ grim
To capture screenshot after a certain time; such as seconds:$ sleep 5 && grim
To capture mouse cursor, add the -c option:$ sleep 5 && grim -c
Comments
Post a Comment