Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 694 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 694 Bytes

GUI screenshoter

Describtion

Qt-based GUI app, that make screenshot on the timer. Check every next screenshot with previous and gives similarity in %.
Every calculation of similarity and checksum goes in separate thread.
Also have SQLite-based database that store all of screenshots and retrive last after opening app again.

Compile and Run

cmake -S . -B build && cmake --build build
./build/screenshoter

GUI View

Example View

Known issue

Wayland based desktop environments are not supported

Check with

echo $XDG_SESSION_TYPE