The following simple command will take screenshots from a to-be-selected area every second for 5 seconds:
Unfortunately, due to my low bash skill, I don't know how to continuously take screenshots of a pre-defined area for a set time interval. Thus, no help.
Code:
for i in {1..5}; do gnome-screenshot -a -d 1 -f test$i; done
Statistics: Posted by pwzhangzz — 2024-03-02 00:13