Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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: Settings

Features
--------

* 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: 200px

Plugins
-------

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