Metadata-Version: 2.1
Name: pibooth-picamera2
Version: 1.0.2
Home-page: https://github.com/Smatnemo/pibooth-picamera2
Download-URL: https://github.com/Smatnemo/pibooth-picamera2/archive/1.0.2.tar.gz
Author: Tertese Moses
License: GPLv3
Keywords: Raspberry Pi,camera,photobooth,picamera2
Platform: unix
Platform: linux
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.9
Classifier: Natural Language :: English
Classifier: Topic :: Multimedia :: Graphics :: Capture :: Digital Camera
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE

=================
pibooth-picamera2
=================

|PythonVersions| |Downloads|

``pibooth-picamera2`` is a plugin for the `pibooth`_ application.

It integrates the picamera2 library and uses the raspberry camera v3 module. Pibooth currently only supports only the raspberry pi camera v2, 
ghoto and any webcam but not the v3. This is a plugin to allow support for picamera2 library and the camera v3 module that will not disrupt 
any flow of the app or change the original code.

Hardware
--------
- 1 Camera (Raspberry pi camera v3)

Software
--------
- picamera2 

Install
-------
::

     $ apt install picamera2

::

     $ pip3 install pibooth-picamera2 

.. _`pibooth`: https://pypi.org/project/pibooth 

.. |PythonVersions| image:: https://img.shields.io/badge/python-3.9+-red.svg
   :target: https://www.python.org/downloads 
   :alt: Python 3.9+

.. |Downloads| image:: https://img.shields.io/pypi/dm/pibooth-picamera2
   :target: https://pypi.org/project/pibooth-picamera2
   :alt: PyPi downloads

