119 lines
2.3 KiB
YAML
119 lines
2.3 KiB
YAML
app:
|
|
admin_password: PhotoBooth2026!
|
|
debug: false
|
|
host: 0.0.0.0
|
|
name: JH Photomaton
|
|
port: 8090
|
|
secret_key: photomaton-jh-2026-secret-change-me
|
|
button:
|
|
debounce_ms: 50
|
|
double_click_ms: 800
|
|
long_press_action: print_last
|
|
long_press_ms: 3000
|
|
max_clicks: 4
|
|
pin: 23
|
|
print_enabled: false
|
|
relay_pin: 12
|
|
button_actions:
|
|
'1':
|
|
label: Photo normale
|
|
photobooth_index: 0
|
|
'2':
|
|
label: Photo etoile
|
|
photobooth_index: 1
|
|
'3':
|
|
label: Photo nuage
|
|
photobooth_index: 2
|
|
'4':
|
|
label: Photo feu
|
|
photobooth_index: 3
|
|
event:
|
|
name: CLEM - 30 ans
|
|
slug: clem_30_ans
|
|
started_at: 1784292610.030078
|
|
gallery:
|
|
photos_per_page: 24
|
|
public_enabled: true
|
|
qr_base_url: https://photomaton-galerie.lessapinsduweb.com
|
|
leds:
|
|
auto_brightness: true
|
|
brightness: 20
|
|
count: 35
|
|
countdown_duration: 3.0 # Durée du countdown photobooth-app (secondes)
|
|
dma: 10
|
|
effects:
|
|
capture:
|
|
color:
|
|
- 255
|
|
- 200
|
|
- 80
|
|
flash_duration: 1.0
|
|
flashes: 1
|
|
mode: flash
|
|
captured:
|
|
color:
|
|
- 150
|
|
- 0
|
|
- 200
|
|
mode: solid
|
|
countdown:
|
|
color:
|
|
- 0
|
|
- 200
|
|
- 80
|
|
mode: fill_progressive
|
|
disabled:
|
|
color:
|
|
- 60
|
|
- 0
|
|
- 0
|
|
mode: solid
|
|
error:
|
|
color:
|
|
- 220
|
|
- 0
|
|
- 0
|
|
flashes: 4
|
|
mode: flash
|
|
finished:
|
|
color:
|
|
- 0
|
|
- 100
|
|
- 255
|
|
duration: 2.0
|
|
mode: solid
|
|
idle:
|
|
color:
|
|
- 50
|
|
- 30
|
|
- 10
|
|
mode: solid
|
|
speed: 0.025
|
|
printing:
|
|
color:
|
|
- 0
|
|
- 120
|
|
- 255
|
|
mode: spin
|
|
speed: 0.05
|
|
freq_hz: 800000
|
|
pin: 18
|
|
pre_flash_advance: 0.5 # Démarrer le flash X secondes avant la fin du countdown
|
|
strip_type: WS2812
|
|
photobooth:
|
|
config_file: /home/pi/photobooth-data/config/config.json
|
|
data_dir: /home/pi/photobooth-data
|
|
media_dir: /home/pi/photobooth-data/media/processed_full
|
|
public_url: https://photomaton.lessapinsduweb.com
|
|
show_delete_button: false
|
|
userdata_dir: /home/pi/photobooth-data/userdata
|
|
print:
|
|
default_copies: 1
|
|
mode: gallery
|
|
printers:
|
|
- label: Selphy Blanche (WiFi)
|
|
name: Selphy_Blanche_WiFi
|
|
- label: Selphy Noire (WiFi)
|
|
name: Selphy_Noire_WiFi
|
|
script_path: /home/pi/photobooth-data/script/script_print.sh
|