qt: Add media history manager for recently used images

This commit is contained in:
cold-brewed
2022-08-30 17:18:51 -04:00
parent df0e12bccc
commit 9daa721d44
9 changed files with 564 additions and 14 deletions

View File

@@ -31,6 +31,10 @@
#define NVR_PATH "nvr"
#define SCREENSHOT_PATH "screenshots"
/* Recently used images */
#define MAX_PREV_IMAGES 4
#define MAX_IMAGE_PATH_LEN 256
/* Default language 0xFFFF = from system, 0x409 = en-US */
#define DEFAULT_LANGUAGE 0x0409