Vincent Verdeil

Results 96 comments of Vincent Verdeil

Hi @schorr31, It needs quite some rewrite in background.py to make it work (all the resize methods) but it can be a nice enhancement to have a new arrow location...

Hi @ferranponce , can you provide your config file please? Seems that there is something wrong in it. Can you also provide more info on your setup (OS version, camera...

Hi, @TboneSteak237 as stated in the documentation pibooth doesn't support libcamera yet so if you want to use a picamera you need to use an older OS (Buster). See #540...

Pibooth could work with external camera and Bookworm, from some of the post here it looks like it but I haven't tested it myself.

Indeed, even if no sound is used by pibooth (only by [pibooth-sound-effects](https://github.com/pibooth/pibooth-sound-effects)) the soundcard is initialized by pygame when we run `pygame.init()` I need to test if releasing the mixer...

I just pushed something that may fix the issue but I'm not sure as I didn't manage to reproduce it (I guess it happens only with an external soundcard). This...

Le problème semble réglé, je ferme le sujet Issue seems solved, closing it.

Closing this as it seems answered

Hi @VincentAulnay, there is always room for more doc but for this specific part the "list of quoted path" seemed enough. Either put `overlays = 'path/to/your/overlay.png` Or if you want...

Hi @BramWerbrouck, have a look at the `flip` setting in the camera section: ``` # Flip horizontally the capture flip = False ```