Pi3D PictureFrame is the favorite Raspberry Pi image viewer of digital picture frame enthusiasts. Its ability to create super smooth crossfading and other blending effects, even for 4K displays using the full graphic power of the Raspberry Pi, is unparalleled.
In this FAQ, I have compiled, in no particular order, questions we received, commands you may frequently use, and several tidbits you may want to discover and try for yourself.
If you have a question, please let me know.
What is the Pi3D PictureFrame developers’ site?
The Pi3D documentation is: https://pi3d.github.io/html/ReadMe.html#acknowledgements
The Pi3D Github page is: https://github.com/pi3d/pi3d_demos
The PictureFrame Github page is: https://github.com/helgeerbe/picframe
The Python Package Index page is: https://pypi.org/project/picframe/
Does Pi3D PictureFrame run on all Raspberry Pi models?
Pi3D will run on the Raspberry Pi 3, 4 and 5. You can also use the Raspberry Pi 2 Zero W, but it may have memory limitations if you run other things in the background. If you do, read this.
Does Pi3D PictureFrame support the Raspberry Pi’s capability to connect to 4K screens?
Absolutely, and there are even great articles on this subject.
Is there a way to change the Pi3D PictureFrame parameters while the program is running?
Pi3D PictureFrame has an in-build remote control functionality based on MQTT messages.
These are the parameters you can change or commands you can send:
– Filter images on date_to and date_from
– Delay between images
– Duration of the transition
– Set shuffle mode on/off
– Pause playback
– Jump to the previous photo
– Set photos subdirectory
– Delete the currently shown image
– Quit Pi3D
– Show date, location, or filename
Why does Pi3D PictureFrame always show the same images after reboot?
Pi3D has a parameter setting where you specify to show a number of recent images first following a reboot or a reselect (i.e. reshuffle after a filter command has been entered). Set this value to zero in configuration.yaml
in the model
section to not show any new images first:recent_n: 0 # default=7 (days), when shuffling file change date more recent than this number of days play before the rest
How does Pi3D PictureFrame know when I add new images?
Pi3D has a database notify feature whereby it knows when there are changes in the pictures folder. If a change is detected, the playlist is reshuffled. This process is called “reselect” in Pi3D speak.
I want to start Pi3D PictureFrame at boot using crontab but it doesn’t work!
I recommend using systemd for launching scripts and have updated the section on auto starting Pi3D using systemd.
My file names are missing some special characters in my language!
Open configuration.yaml
and add your special characters or alphabet to the line called CODEPOINTS
. If you have characters like ” ‘ ” that have a special meaning in Python, then you have to prefix it with an “\”, so like “\'”.
What is the difference between Pi3D and PictureFrame?
Pi3D is a Python module that aims to greatly simplify writing 3D in Python whilst giving access to the power of the Raspberry Pi GPU. It enables both 3D and 2D rendering and aims to provide a host of exciting commands to load in textured/animated models, create fractal landscapes, shaders, and much more.
PictureFrame is a Raspberry Pi image viewer that builds on the power of Pi3D. When I refer to “Pi3D”, “PictureFrame”, or “Pi3D PictureFrame” I mean the same thing.
I will add more items to this FAQ as they come up.
Was this article helpful?
Thank you for your support and motivation.
Related Articles
- How to fully integrate your Raspberry Pi digital picture frame into Home Assistant even showing the current image
- Activate the power of the magic matting feature on your Raspberry Pi picture frame
- How to pause, go back or delete an image on your Raspberry Pi digital picture frame with a simple Alexa voice command
- How to automatically resize images to fit your digital picture frame