Fun CPP application (which isn't well-made, can be optimized) that automatically make screenshots of your screen every few minutes and stores it into directory. (requested by @themrlokopoff)
- Launch
screenlapse.exe
- Configure created
config.json
file (below) - Launch
screenlapse.exe
again - Add screenlapse.exe to startup (why not?)
directory
(string) - directory to save screenshotstimeout
(int) - sleep between new screenshotsformat
(string) - format of screenshots (e.g.png
,jpeg
)archive
(boolen) - should we archive screenshots of previous day
- Install vcpkg
- Type
vcpkg install libzippp:x64-windows rapidjson:x64-windows
incmd.exe
- Type
vcpkg integrate install
incmd.exe
- Open .sln file in Visual Studio
- Select Release x64 version
- Click Build
- rapidjson - parsing JSON configuration
- libzippp - archivation of screenshots
- prashanthrajagopal - how 2 screenshot screenshot.cpp