Skip to content

Qt-based GUI app, that make screenshot on the timer

Notifications You must be signed in to change notification settings

tenk28/Screenshoter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Qt-based GUI app, that make screenshot on the timer

Resources

Stars

Watchers

Forks