Skip to content

Software for an IR-controlled, Raspberry Pi based digital photo frame slideshow.

Notifications You must be signed in to change notification settings

aazuspan/pi-photo-frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

pip install -e .

Optionally install gpiozero for motion sensor support:

pip install gpiozero

Usage

Run frame --help to see usage options.

Usage: frame [OPTIONS]

  Run a photo frame slideshow.

Options:
  --dir TEXT          Photo directory to scan  [required]
  --delay INTEGER     Seconds between slides
  --shuffle           Shuffle photos  [default: True]
  --motion-gpio TEXT  GPIO pin for optional motion sensor
  --help              Show this message and exit

For example:

frame --dir /path/to/photos --delay 30 --motion-gpio 15

About

Software for an IR-controlled, Raspberry Pi based digital photo frame slideshow.

Topics

Resources

Stars

Watchers

Forks

Languages