Skip to content

avanc/photOS

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 30, 2021 15:17
January 4, 2022 13:44
February 18, 2022 17:15
April 30, 2021 20:45
December 17, 2017 13:11
December 17, 2017 13:11
February 18, 2017 21:10
July 25, 2020 09:32
February 19, 2017 11:53
January 9, 2022 14:56
November 11, 2019 22:55

Join the chat at https://gitter.im/photOS-Photoframe/community Join the chat at https://matrix.to/#/#photOS-Photoframe_community:gitter.im

photOS

What's photOS?

photOS is a lightweight Linux-based operating system for a DIY photoframe. The software syncs photos with a dav server so new images can be easily added. In my current setup I use Nextcloud as server, but any dav server should work. With Nextcloud I can use the Android app to directly upload images from my mobile phone. In addition, I can share the photo folder with other family members, so they can add photos as well. Even from a distance during pandemies...

Main focus are the Raspberry Pi boards (especially Raspberry Pi Zero W, as the performance is sufficient). But as photoOS is based on the great work of thingOS by ccrisan, which builds on top of Buildroot, other boards can be easily supported. Just create a ticket for not supported boards.

Features

  • Sync: Photos can be synced from a WebDAV server.
  • Offline: Works also if no internet connection is available.
  • Power Saving: By turning the HDMI output off (e.g. by default at night) most monitors go into power savings mode. In addition, the HDMI output can be turned on/off using motion detector.
  • Small Footprint: Images are directly drawn on the framebuffer without the need for any X dependencies.
  • Highly Customizable: As true for all Open Source solutions :-)

Hardware

The hardware requirements are minimal and the system is easy to setup, as only a Raspberry Pi and an old monitor is needed. But you can spend a lot of time in the woodwork :-)

Installation, Configuration and Update

The installation, configuration and update of photOS is documented in the wiki.

Additional information

For additional information have a look at the FAQ and the growing wiki pages.

Don't hesitate to add questions as issues labled question if soemthing is unclear.