forked from philipptrenz/photo-booth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
55 lines (55 loc) · 1.3 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
{
"language": "de",
"init": {
"fullscreen": true,
"width": 800,
"height": 480,
"showDevTools": false,
"useGPIO": false,
"grayscaleMode": false,
"preventScreensaver": true
},
"maxImageSize": "1000",
"firstPhotoCountdownLength": "5",
"followingPhotosCountdownLength": "3",
"photoPreviewDuration": "5",
"photoSeriesLength": "1",
"slideshow": {
"enabled": true,
"activatesAfterSeconds": "20",
"secondsPerPhoto": "4"
},
"gphoto2": {
"capturetarget": 1,
"keep": true,
"simulate": false
},
"triggers": {
"onClick": true,
"customKeys": ["PageUp","PageDown","b"]
},
"content_dir": "../content",
"webapp": {
"password": "test",
"maxDownloadImageSize": 800,
"gifDelay": 1000,
"enableRemoteRelease": true,
"contactAddressType": "email"
},
"printing": {
"enabled": false,
"simulate": false,
"printer": "printer-name",
"limitPerUser": 0,
"grayscale": false,
"layouts": []
},
"branding": {
"type": "text",
"content": "<div style='font-size: 1.2em; padding-left: 25px;'><i class='fa fa-hand-o-up' aria-hidden='true' style='font-size: 2.5em;'></i> <b style='font-size: 3em; padding-left: 15px;'>TIPPEN ZUM STARTEN!</b><br /><p>Bei Problemen bitte <b style='padding: 0 5px;'>Joel</b> bescheid geben!</p></div>",
"position": "bottomleft"
},
"flash": {
"enabled": true
}
}