Photobooth-app

Latest version: v6.1.0

Safety actively analyzes 723685 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 11

5.1.1

What's changed
* Correctly strip the filename replaced in the QR code share link {filename} variable. Works on linux and windows now.
* Add basic option to control a light via Pi GPIO. The light turns on with the countdown and off after the capture or when the capture process is finished.


**PyPi package:** https://pypi.org/project/photobooth-app
**Installation:** https://photobooth-app.org/setup/installation/
**Full Changelog**: https://github.com/photobooth-app/photobooth-app/compare/v5.1.0...v5.1.1

5.1.0

What's Changed
* Actions can have different frames since longer time already. These frames are displayed now also in the frontend during countdown as overlay to the preview.
* BREAKING CHANGE: Since the api needs to serve the userdata now differently, the custom files might need to be updated. All custom files that can be set in the configuration need to start with /userdata/path/to/file. Please check all your actions. To find all files it might be the easiest option, to review the config.json directly.
* After 5 minutes (default, configurable) without user interaction, the app returns to the main page.
* The random slideshow starts only from the main page. So if users left the app in the gallery, after 5 minutes it returns to the main page and then after an additional timeout (default 3 minutes) the slideshow starts.
* readd {filename} replacement in qr custom url by zendre4 in https://github.com/photobooth-app/photobooth-app/pull/407
* color of glass effect buttons change according to uisettings
* Sharing the unprocessed original photo is removed from the settings.


Here is an example of the frame overlays:

https://github.com/user-attachments/assets/bb223740-fb6f-4a73-a41d-176ca3a435c2



**PyPi package:** https://pypi.org/project/photobooth-app
**Installation:** https://photobooth-app.org/setup/installation/
**Full Changelog**: https://github.com/photobooth-app/photobooth-app/compare/v5.0.0...v5.1.0

5.0.0

🆕 In version 5, many improvements were made to the photobooth-app

> While it was tested on different systems, you might encounter issues. I would appreciate feedback 👍🏻
>
> Please report any problems to https://github.com/photobooth-app/photobooth-app/issues 👋
>
> The wiggle camera feature is not ready yet and will be finalized later!


See the polished look

- We've applied a glass effect to the buttons on the front page. This way the buttons are clearly visible, don't stick out too much and look nice.
- The previously blank space around the live preview is filled with a blurry stream duplicate now.
- Now there is the option to overlay a transparent PNG on the live stream.
- Wonder why the text in the image is mirrored? Because the mirror effect is on, so people can easily position themselves like in a selfi-cam. The captured image is correct and the text readable.

![Image](https://github.com/user-attachments/assets/9ff9a328-e993-4ac8-a65b-57cbf6e63bc3)

The buttons when viewing an item have been made similar to the main screen for consistency. Also, the buttons are bigger and work better on touchscreens 👆.
You can add custom text above and below the QR code.
![image](https://github.com/user-attachments/assets/264e9d61-265a-400e-9fcb-fd5fb58de557)


The status page has been removed and integrated into the redesigned admin dashboard:
![image](https://github.com/user-attachments/assets/4315bca3-cee4-45bb-81ed-9d72719e184f)


Breaking changes
* The app now uses a SQlite database to store stats, limits and gallery items. The images, stats and limits from v4 are not migrated.
* The link for the QR code needs to be updated: example: http://localhost:8000/media/full/{identifier}


Changes
* [frontend]: Equalized the gallery item viewer and the frontpage layout. The gallery item viewer buttons are bigger now which is better for touchscreens.
* [frontend]: Add a second blurred stream in the background of the first stream. This covers nicely the empty space if the aspect ratio of the livestream and the screen do not match perfectly.
* [frontend]: Next to automatic darkmode switch, the darkmode/lightmode are forceable now (thanks to zendre4)
* [frontend]: Config settings in lists can be copied now (thanks to zendre4)
* [backend]: Migrated all data stores to SQLite database with the SQLAlchemy engine. Currently Mediaitems, Cacheditems, Statistics and Limits are stored in the database.
* [backend]: Add caching mechanism to create thumbnails, preview and full versions of the Mediaitems.
* [backend]: Generate various sizes of the Mediaitems on the fly when requested instead precomputing all sizes in the jobprocessor. Reduces the amount of unneccesary computation.
* [backend]: Add framerate limitations to picamera and webcam backends. Especially picamera2 cameras can deliver high framerates overwhelming the raspberry pi display the livestream.
* [backend]: The picamera2 default configuration is now tailored to the camera module 3 as this is probably the most used camera and recommended.
* [frontend]: Added config option to select a transparent frame (PNG) that overlays the live preview.
* [frontend]: Using openapi-typescript to derive fron the openapi.json a typed interface in the frontend. No need for lodash-get to retrieve config elements any longer.
* [frontend]: Fix hiding the share/print button
* [backend]: Added option to select orientation (0/90/180/270°) per camera backend to correct for contrained camera mounting position
* [backend]: Turbojpeg is optional dependency now. If available it is used automatically. If not, the processing falls back to pillow for scaling images. Pillow is a bit slower and might be noticable on lower power devices. On Linux system it is usually installed and used so nothing changes actually.
* [api]: /media is not served from static files any longer but an actual api looking up the image id in the database and returning the correct file
* [admin]: improved, cleaner admin dashboard. status page removed and integrated with the dashboard
* [other]: Fix CPU usage calculation on windows and also the display in the frontend
* [other]: Updated all dependencies
* [other]: Improved test coverage slightly from 89% to 91%
**Full Changelog**: https://github.com/photobooth-app/photobooth-app/compare/v4.1.6...v5.0.0

Switch from pdm to uv
For venv management, building and publishing the package, now uv is used. It's way faster than pdm and functionality is 99% the same so it is a drop in replacement for this project. Only missing currently is the dev-scripts, but we can add these later once available.
![image](https://github.com/user-attachments/assets/2f822e28-cc48-4443-9b66-452ed9d216de)



New Contributors
* zendre4 made their first contribution in https://github.com/photobooth-app/photobooth-app/pull/392



**PyPi package:** https://pypi.org/project/photobooth-app/5.0.0/
**Installation:** https://photobooth-app.org/setup/installation/



**Download the package on pypi:** https://pypi.org/project/photobooth-app/5.0.0/

5.0.0rc1

🆕 For version 5, many internals of the photobooth-app have been refactored. There are many more features and improvements!

> Do not use it productively yet. If you have time to test it, I would appreciate feedback 👍🏻

See the improved look

We've applied a glass effect to the buttons on the front pages, so they're visible but don't stick out too much.
To fill the remaining space around the live preview, the stream is duplicated and blurred behind the actual live stream.
There is also an option to add a transparent PNG as an overlay frame to the live preview. Wondering why the text in the image is mirrored? Because the mirror effect is on, so people can easily position themselves. After capturing, the image is displayed correctly.

![Image](https://github.com/user-attachments/assets/9ff9a328-e993-4ac8-a65b-57cbf6e63bc3)

The status page has been removed and integrated into the redesigned admin dashboard:
![image](https://github.com/user-attachments/assets/4315bca3-cee4-45bb-81ed-9d72719e184f)

The buttons when viewing an item have been made similar to the main screen for consistency. Also, the buttons are bigger and work better on touchscreens 👆.
You can add custom text above and below the QR code.
![image](https://github.com/user-attachments/assets/2495c822-b597-479b-9f77-ccf7d20e2ac1)

Breaking changes
* The app now uses a SQlite database to store stats, limits and gallery items. The images, stats and limits from v4 are not migrated.
* xxx

Changes
* [frontend]: Equalized the gallery item viewer and the frontpage layout. The gallery item viewer buttons are bigger now which is better for touchscreens.
* [frontend]: Add a second blurred stream in the background of the first stream. This covers nicely the empty space if the aspect ratio of the livestream and the screen do not match perfectly.
* [frontend]: Next to automatic darkmode switch, the darkmode/lightmode are forceable now (thanks to zendre4)
* [frontend]: Config settings in lists can be copied now (thanks to zendre4)
* [backend]: Migrated all data stores to SQLite database with the SQLAlchemy engine. Currently Mediaitems, Cacheditems, Statistics and Limits are stored in the database.
* [backend]: Add caching mechanism to create thumbnails, preview and full versions of the Mediaitems.
* [backend]: Generate various sizes of the Mediaitems on the fly when requested instead precomputing all sizes in the jobprocessor. Reduces the amount of unneccesary computation.
* [backend]: Add framerate limitations to picamera and webcam backends. Especially picamera2 cameras can deliver high framerates overwhelming the raspberry pi display the livestream.
* [backend]: The picamera2 default configuration is now tailored to the camera module 3 as this is probably the most used camera and recommended.
* [frontend]: Added config option to select a transparent frame (PNG) that overlays the live preview.
* [frontend]: Using openapi-typescript to derive fron the openapi.json a typed interface in the frontend. No need for lodash-get to retrieve config elements any longer.
* [frontend]: Fix hiding the share/print button
* [backend]: Added option to select orientation (0/90/180/270°) per camera backend to correct for contrained camera mounting position
* [backend]: removed turbojpeg from dependencies in favor of PIL image processing. It's a bit slower but easier to install and one dependency less.
* [api]: /media is not served from static files any longer but an actual api looking up the image id in the database and returning the correct file
* [admin]: improved, cleaner admin dashboard. status page removed and integrated with the dashboard
* [other]: Fix CPU usage calculation on windows and also the display in the frontend
* [other]: Updated all dependencies
* [other]: Improved test coverage slightly from 89% to 91%
**Full Changelog**: https://github.com/photobooth-app/photobooth-app/compare/v4.1.5...v5.0.0rc1

Note on the Release Candidate
Before upgrading, it is recommended to back up your data.
Most of your configuration should be carried over to the new version, but it may fail.

The release candidate is already quite stable. It's being tested in automated tests and also manually on various hardware platforms.
There may still be bugs.
Please report any problems to https://github.com/photobooth-app/photobooth-app/issues 👋

The wiggle camera feature is not ready yet and will be finalized later!


New Contributors
* zendre4 made their first contribution in https://github.com/photobooth-app/photobooth-app/pull/392



**PyPi package:** https://pypi.org/project/photobooth-app/5.0.0rc1/
**Installation:** https://photobooth-app.org/setup/installation/



**Download the package on pypi:** https://pypi.org/project/photobooth-app/5.0.0rc1/

4.1.5

What's Changed

* Fix 395


**PyPi package:** https://pypi.org/project/photobooth-app/
**Installation:** https://photobooth-app.org/setup/installation/
**Update:** https://photobooth-app.org/setup/update/
**Full Changelog**: https://github.com/photobooth-app/photobooth-app/compare/v4.1.4...v4.1.5

4.1.4

What's Changed

* Allow to set dark mode, 391 by zendre4 in https://github.com/photobooth-app/photobooth-app/pull/392
* Duplicate config settings, 324 by zendre4 in https://github.com/photobooth-app/photobooth-frontend/pull/88

New Contributors
* zendre4 made their first contribution in https://github.com/photobooth-app/photobooth-app/pull/392


**PyPi package:** https://pypi.org/project/photobooth-app/
**Installation:** https://photobooth-app.org/setup/installation/
**Update:** https://photobooth-app.org/setup/update/
**Full Changelog**: https://github.com/photobooth-app/photobooth-app/compare/v4.1.3...v4.1.4

Page 2 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.