Éléments logiciels permettant de faciliter l'enregistrement d'une partie de flipper (physique, non virtuel) en utilisant un raspberry et 2 webcams.
Find a file
2026-02-25 15:54:52 +01:00
images 1er version 2026-02-24 18:47:34 +01:00
.gitignore Initial commit 2026-02-24 15:59:35 +01:00
LICENSE Initial commit 2026-02-24 15:59:35 +01:00
main.py 1er version d'une sorte de détection des caméras 2026-02-25 15:54:52 +01:00
pywatch.desktop 1er version d'une sorte de détection des caméras 2026-02-25 15:54:52 +01:00
README.md 1er version d'une sorte de détection des caméras 2026-02-25 15:54:52 +01:00

pywatch

Éléments logiciels permettant de faciliter l'enregistrement d'une partie de flipper (physique, non virtuel) en utilisant un raspberry et 2 webcams.

Matériels

Cette liste de matériel correspond à celui que j'ai utilisé, évidemment le projet devrait pouvoir fonctionner sur d'autres matériels/

Prérequis

  • raspbian installé (utilisateur par défaut: pywatch)

Connexion SSH

apt install openssh-server
systemctl enable --now ssh

Configuration de l'écran tactile

sudo -s
apt remove portmap cups cups-daemon
apt autoremove
apt install git
git clone https://github.com/goodtft/LCD-show.git
chmod -R 755 LCD-show
cd LCD-show/
./LCD35-show

Installation

apt install python3-imageio-ffmpeg python3-imageio ffmpeg python3-ipython python3-pil.imagetk
git clone https://git.bonnegent.fr/bonnegent/pywatch.git
cd pywatch

Lancement manuel

/home/pywatch/pywatch/main.py --fullscreen

Lancement automatique

cp pywatch.desktop ~/.config/autostart/

Adapter si besoin le fichier ~/.config/autostart/pywatch.desktop (par rapport au dossier d'installation ou au nom de l'utilisateur).