Skip to content

bookface/photoViewer

Repository files navigation

photoViewer

I wasn't able to find a good slide show program for the Raspberry Pi, so I wrote my own.

Over time the plan is to expand this into a full image viewer application, but right now it's just a slide show.


Just compile with cmake and supply an .ini file (see below). Remember to copy the qt plugins directory "imageformats" here.


Supply a PhotoViewer.ini file with these fields:

;# where the photos are, this one pretty much required, others optional

Directory=""

;# If true, sleep for 1/2 the display time (give up the CPU). This is for ;# the Raspberry Pi (it was getting hot). Default false. ;# Program will be un-responsive of course.

SleepMode=

;#Time to show each photo, default 30 seconds.

DisplayTime =

;#Display the file name, default true.

DisplayFileName =

;#Fullscreen (default) or Windowed

Fullscreen =

;#Random mode, default true

Random =

;#Hide the curor, default true

HideCursor =


EXIF Orientation code copied from: https://www.eastfist.com/qt_tutorials/index.php/2017/02/07/how-to-read-exif-orientation-from-jpeg-in-qt-4-8-5/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published