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.
- 1 Camera (Raspberry pi camera v3)
- picamera2
Install picamera2 library
$ sudo apt update && sudo apt upgrade $ sudo apt install python3-picamera2
Install pibooth-picamera2 plugin
$ pip3 install pibooth-picamera2