forked from philipptrenz/photo-booth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmy.config.json
43 lines (43 loc) · 1.08 KB
/
my.config.json
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
34
35
36
37
38
39
40
41
42
43
{
"init": {
"fullscreen": true,
"width": 1440,
"height": 900,
"showDevTools": false,
"useGPIO": false,
"grayscaleMode": true,
"preventScreensaver": true
},
"maxImageSize": "1500",
"firstPhotoCountdownLength": "5",
"followingPhotosCountdownLength": "3",
"photoPreviewDuration": "5",
"photoSeriesLength": "1",
"slideshow": {
"enabled": false,
"activatesAfterSeconds": "30",
"secondsPerPhoto": "4"
},
"gphoto2": {
"capturetarget": 1,
"keep": true
},
"triggers": {
"onClick": true,
"customKeys": ["PageUp","PageDown","b"]
},
"content_dir": "../content",
"webapp": {
"password": "test",
"maxDownloadImageSize": 800,
"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;'>photo-booth</b><br /><p>Log into wifi, browse to <b style='padding: 0 5px;'>photo.app</b> and download your photos!</p></div>",
"position": "bottomleft"
},
"flash": {
"enabled": false
}
}