forked from philipptrenz/photo-booth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
33 lines (33 loc) · 929 Bytes
/
Copy pathconfig.json
File metadata and controls
33 lines (33 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"init": {
"fullscreen": true,
"width": 1440,
"height": 900,
"showDevTools": false,
"useGPIO": true,
"grayscaleMode": false,
"preventScreensaver": true
},
"maxImageSize": "1500",
"countdownLength": 4,
"slideshow": {
"enabled": true,
"activatesAfterSeconds": 30,
"secondsPerImages": 8
},
"gphoto2": {
"capturetarget": 1,
"keep": false
},
"content_dir": "../content",
"webapp": {
"password": "configwebapp",
"maxDownloadImageSize": 1000,
"enableRemoteRelease": true
},
"branding": {
"type": "text",
"content": "<div style='font-size: 1.2em; padding-left: 25px;'><i class='fa fa-wifi' aria-hidden='true' style='font-size: 2.5em;'></i> <b style='font-size: 2em; padding-left: 15px;'>photoboothAetQ</b><br /><p>Connectez-vous au wifi, allez à l'adresse <b style='padding: 0 5px;'>photobooth.app</b> et vous pourrez télécharger les photos !</p></div>",
"position": "bottomleft"
}
}