Page 1 of 1

automatic screenshots in regular intervals

Posted: Fri Apr 07, 2023 4:45 am
by XnTriq
Is there a way to create automatic screenshots in regular intervals (Classic or MP)?

Re: automatic screenshots in regular intervals

Posted: Mon Apr 10, 2023 5:22 pm
by cday
In the absence of any reply, a simple online search for 'automatic screenshots' brings up several utilities that might meet your needs, although I realise that you have probably already done that! :wink:

Maybe a feature request for XnView MP?

Re: automatic screenshots in regular intervals

Posted: Tue Apr 11, 2023 4:00 pm
by XnTriq
Thanks, cday :-) I had found Automatic Screenshotter, but – needless to say – I would prefer XnView.

Re: automatic screenshots in regular intervals

Posted: Mon May 15, 2023 11:54 pm
by j7n
Sounds like a job for AutoHotKey. You could call XnView from the command-line and therefore still do part of the job with it. I use AutoHotHey to take screenshots in games. You can define a timer in the script or a loop with a sleep time to execute a command at regular intervals.