Photobooth App Versions Save

Photobooth app supporting DSLR, Raspberry Pi cameras and webcams. Optimized for speed, written in 🐍.

v2.0a3

3 months ago

🆕 Feature: Video Capture 📹

Version 2 of our open source photobooth will have a nice video function! Capture live videos now!

It's still in development, status can be tracked in the issue: https://github.com/photobooth-app/photobooth-app/issues/169 To install via pip you have to explicit choose the beta: https://pypi.org/project/photobooth-app/2.0a3/

Comment in the issue tracker if you run into problems or have feedback to improve 🫶

Additional improvements

New Contributors

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/v1.2.1...v2.0a3

v2.0a2

3 months ago

🆕 Feature: Video Capture 📹

Version 2 of our open source photobooth will have a nice video function! Capture live videos now!

It's still in development, status can be tracked in the issue: https://github.com/photobooth-app/photobooth-app/issues/169 To install via pip you have to explicit choose the beta: https://pypi.org/project/photobooth-app/2.0a2/

Comment in the issue tracker if you run into problems or have feedback to improve 🫶

Additional improvements

New Contributors

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/v1.2.1...v2.0a2

v2.0a1

3 months ago

New Feature: Video capture.

Version 2 will have a video function to capture live videos. It's still in development, status can be tracked in the issue: https://github.com/photobooth-app/photobooth-app/issues/169

To install via pip you have to explicit choose the beta: https://pypi.org/project/photobooth-app/2.0a1/

Comment in the issue tracker if you run into problems or have feedback to improve 🫶

What's Changed

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/v1.2.1...v2.0a1

v1.2.1

4 months ago

What's Changed

  • Fixes bugs:
    • Make background on rotated images transparent to avoid overlapping issue #160
    • Capture preview images from DSLR only if actually a preview stream is requested from the backend #163. Can improve situation for cameras that do not support live preview streaming well (like M3 in combination with gphoto2, #161)
  • Frontend: Improve low resolution screen display #162
  • Improvement: Speed up GIF postprocessing a bit.
  • Picamera2-Backend: Reduced the amount of switching between preview/still capture to avoid stalling. #148

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/v1.2.0...v1.2.1

v1.2.0

4 months ago

What's Changed

  • Fixes bugs #154, #155, #156 and #157.
    • Correctly apply filter chosen by user in gallery. Filter collages and animations is disabled.
    • Update the gallery when images are deleted from database.
    • Global pipeline enable/disable option is removed as every single stage can be enabled separately also.
  • Frontend: Minor improvements in layout and use of the instagram-like filter.
  • Improvement: Added nicer looking frames and dummy images for collages and animated gifs.
  • Improvement [Important]: Updated shareservice php script to v2. Please upload the new file to your hoster. Don't forget to set the api key again 👋
    • Supports sharing animated GIFs now
    • Improved error messages if php configuration is off (example too low file upload limit, ...)
    • Raised the default max filesize limit to 25MB
  • Improvement: The connection to camera devices are now monitored. In regular cycles the software tries to recover the connection by probing if the device is available again. This is helpful for all cameras connected via cable like USB cameras that can get unplugged or the DSLR goes in standby or is powered off for some reason.
  • Refactoring: Improved internal handling of postprocesses to collages and animated gifs.
  • Updated python dependencies.

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/v1.1.1...v1.2.0

v1.1.1

5 months ago

Animated GIFs are experimental currently, feedback welcome :)

Full Changelog: https://github.com/photobooth-app/photobooth-app/compare/v1.1.0...v1.1.1

v1.1.0

5 months ago

What's Changed

Animated GIFs are experimental currently, feedback welcome :)

Full Changelog: https://github.com/photobooth-app/photobooth-app/compare/v1.0.0...v1.1.0

v1.0.0

5 months ago

What's Changed

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/v0.90.0...v1.0.0

v0.90.0

5 months ago

What's Changed

Full Changelog: https://github.com/photobooth-app/photobooth-app/compare/v0.22.0...v0.90.0

v0.22.0

5 months ago

What's Changed

  • Enhance Photobooth Experience with Distinct ISO and Shutter Speed Settings for Live View and Capture by @Peda1996 in https://github.com/photobooth-app/photobooth-app/pull/135
  • Added mirror effect to live preview (enabled by default, change config in uisettings).
  • fixed livestream to recover if backend failed to deliver stills after max_attempts.

New Contributors

Full Changelog: https://github.com/photobooth-app/photobooth-app/compare/v0.21.0...v0.22.0