Help requested: screen capture
Posted: 2018-01-07T18:24:35-07:00
I am the keeper of an automated weather station that transmits wind data from a remote sensor ashore to an unmanned desktop application running on a Windows 10 platform. The application produces an image that appears in its own dedicated wimdow
I have need to take a screen snapshot of the image produced by the application once per minute on a 24/7 basis. I propose to use a .bat file run by Windows Task Scheduler.
The imdisplay documentation suggests that a command line of
imdisplay -screen "screen_name" -write C;\users\public\pictures\wind.jpg
where "screen-name" is the name that appears in the top left-hand corner of the window, and wind.jpg is the file name of the produced screen snapshot.
should work, but doesn't.
Other sections of the documentation indicate that the package ONLY handles images that have already been produced..
Question:
Can imdisplay take screen snapshots, or am I barking up the wrong tree.
If it can, what is the correct command line syntax, and if not, can any-one point me in the direction of a software package that will focus a window then take a screen snapshot..
Thanking you in anticipation
I have need to take a screen snapshot of the image produced by the application once per minute on a 24/7 basis. I propose to use a .bat file run by Windows Task Scheduler.
The imdisplay documentation suggests that a command line of
imdisplay -screen "screen_name" -write C;\users\public\pictures\wind.jpg
where "screen-name" is the name that appears in the top left-hand corner of the window, and wind.jpg is the file name of the produced screen snapshot.
should work, but doesn't.
Other sections of the documentation indicate that the package ONLY handles images that have already been produced..
Question:
Can imdisplay take screen snapshots, or am I barking up the wrong tree.
If it can, what is the correct command line syntax, and if not, can any-one point me in the direction of a software package that will focus a window then take a screen snapshot..
Thanking you in anticipation