Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pibooth/pibooth
The pibooth project provides a Photo Booth application out-of-the-box for Raspberry Pi and opencv compatible devices
https://github.com/pibooth/pibooth
gphoto2 opencv photobooth pillow pygame python3 raspberry-pi raspberry-pi-camera raspberrypi
Last synced: about 1 month ago
JSON representation
The pibooth project provides a Photo Booth application out-of-the-box for Raspberry Pi and opencv compatible devices
- Host: GitHub
- URL: https://github.com/pibooth/pibooth
- Owner: pibooth
- License: mit
- Created: 2017-10-30T19:49:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T11:49:03.000Z (3 months ago)
- Last Synced: 2024-09-29T00:41:01.081Z (about 1 month ago)
- Topics: gphoto2, opencv, photobooth, pillow, pygame, python3, raspberry-pi, raspberry-pi-camera, raspberrypi
- Language: Python
- Homepage:
- Size: 104 MB
- Stars: 705
- Watchers: 37
- Forks: 163
- Open Issues: 115
-
Metadata Files:
- Readme: README.rst
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
|Pibooth|
|PythonVersions| |PypiPackage| |Downloads| |Tests| |Codecov|
The ``pibooth`` project provides a photobooth application *out-of-the-box* in pure Python
for Raspberry Pi. Have a look to the `wiki `_
to discover some realizations from GitHub users, and don't hesitate to send us
photos of your version... image:: https://raw.githubusercontent.com/pibooth/pibooth/master/docs/images/background_samples.png
:align: center
:alt: SettingsFeatures
--------* Interface available in Danish, Dutch, English, French, German, Hungarian, Norwegian, Portuguese (Portugal and Brazil), Spanish and Swedish (customizable)
* Capture from 1 to 4 photos and concatenate them in a final picture
* Support all cameras compatible with gPhoto2, OpenCV and Raspberry Pi
* Support for hardware buttons and lamps on Raspberry Pi GPIO
* Fully driven from hardware buttons / keyboard / mouse / touchscreen
* Auto-start at the Raspberry Pi startup
* Animate captures from the last sequence during idle time
* Store final pictures and the individual captures
* Printing final pictures using CUPS server (printing queue indication)
* Custom texts can be added on the final picture (customizable fonts, colors, alignments)
* Custom background(s) and overlay(s) can be added on the final picture
* All settings available in a configuration file (most common options in a graphical interface)
* Highly customizable thanks to its plugin system, you can install
`plugins developed by the community from PyPI `_
or develop your own plugin.Documentation
-------------.. image:: https://raw.githubusercontent.com/pibooth/pibooth/master/docs/images/documentation.png
:align: center
:alt: Documentation
:target: https://pibooth.readthedocs.io/en/stable
:height: 200pxPlugins
-------Here is a list of known plugins compatible with Pibooth
Pibooth organisation's plugin
=============================- `pibooth-picture-template `_
- `pibooth-google-photo `_
- `pibooth-sound-effects `_
- `pibooth_dropbox `_
- `pibooth-qrcode `_
- `pibooth-extra-lights `_Third-party plugins
===================Third-party plugins can be found on GitHub or on `plugins on PyPI `_.
Here is a short list:- `pibooth-lcd-display `_
- `pibooth-oled-display `_
- `pibooth-neopixel_spi `_
- `pibooth-telegram-upload `_
- `pibooth-s3-upload `_Sponsors
--------An enormous thanks to our sponsors:
- `@andhey `_
- `@vo55 `_
- `@laurammiller `_
- `@neilrenfrey `_
- `@agrovista `_
- `@mozdi `_
- `@MikkeBoomBoom `_
- `@fatgeek `_It means a lot to us!
.. |Pibooth| image:: https://raw.githubusercontent.com/pibooth/pibooth/master/docs/pibooth.png
:align: middle.. |PythonVersions| image:: https://img.shields.io/badge/python-3.6+-red.svg
:target: https://www.python.org/downloads
:alt: Python 3.6+.. |PypiPackage| image:: https://badge.fury.io/py/pibooth.svg
:target: https://pypi.org/project/pibooth
:alt: PyPi package.. |Downloads| image:: https://img.shields.io/pypi/dm/pibooth?color=purple
:target: https://pypi.org/project/pibooth
:alt: PyPi downloads.. |Tests| image:: https://github.com/pibooth/pibooth/actions/workflows/tests.yml/badge.svg?branch=master
:target: https://github.com/pibooth/pibooth/actions/workflows/tests.yml?query=branch%3Amaster
:alt: Tests.. |Codecov| image:: https://codecov.io/gh/pibooth/pibooth/branch/master/graph/badge.svg
:target: https://codecov.io/gh/pibooth/pibooth
:alt: Codecov