Raspberry Pi Picture Frame - updated with V3 support
I posted my hobby project a few weeks ago - Original Post, and received a lot of valuable feedback from you all, both here and on GitHub.
I've been working on implementing most of the feature requests, and I also reworked the Immich sync mechanism to support Immich V3.
What's new since my last post:
- side-by-side display for portrait photos (or landscape photos in portrait screen orientation)
- improved animation performance
- manual ordering for locally uploaded photos
- option to hide the clock, making it possible to display only photos without any overlay
- screen rotation options (90°, 180°, 270°)
- support for Immich V3
Some highlights of the original features:
- displays a slideshow on the screen (with a fade-in/out effect, even on the original Pi Zero W)
- shows the clock, date, weather from OWM, and sensor data from your own Bluetooth or MQTT sensors
- turns off the screen when your motion sensor reports no motion for a configurable period
- supports local image uploads or a shared Immich album (just point it at a share link and it stays in sync)
- works with Home Assistant over MQTT with auto-discovery: you can control the screen and exchange sensor data in both directions
- Wi-Fi handling with a fallback AP mode and a captive portal
If you have any feedback, please share it with me in the comments or on GitHub!