https://github.com/jimmckeeth/automatic-periodic-screen-capture
Simple Delphi utility to automatically create and save periodic screen shots
https://github.com/jimmckeeth/automatic-periodic-screen-capture
Last synced: 3 months ago
JSON representation
Simple Delphi utility to automatically create and save periodic screen shots
- Host: GitHub
- URL: https://github.com/jimmckeeth/automatic-periodic-screen-capture
- Owner: jimmckeeth
- License: mit
- Created: 2020-11-13T05:53:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-06T20:10:35.000Z (about 4 years ago)
- Last Synced: 2024-12-30T06:11:53.772Z (5 months ago)
- Language: Pascal
- Size: 53.7 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Automatic Periodic Screen Capture
Simple Delphi utility to automatically create and save periodic screen shotsAutomatically captures when minimized.
This is quick and dirty and needs some refactoring (like naming the components!) Doesn't persist settings, and doesn't use `Screen.Monitors` to allow you to pick which desktop/monitor to capture, so only captures the main/default monitor right now.
Icons from [Icons8](https://icons8.com/)
Uses [Konopka Signature VCL Controls](https://getitnow.embarcadero.com/KonopkaControls-270-6.2.3/) and [Delphi 10.4](https://www.embarcadero.com/products/delphi). VCL/Windows only.