-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_booth.config.yaml
More file actions
50 lines (43 loc) · 905 Bytes
/
_booth.config.yaml
File metadata and controls
50 lines (43 loc) · 905 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
video:
# Duration in ms
duration: 1000
# Frames per seconds
fps: 30
resolution: [640,480]
rotation: 90
# additional metadata
metadata:
play_speed: 1
location: some location
event_name: a nice party
SERVER_URL: http://localhost:8000
UPLOAD_PATH: /api/file
API_KEY: MySecr3tAPIKey
UPLOAD_DIR: "booth/upload"
# Hardware configuration
# configured hardware will be installed when running setup.sh
# also unused hardware will be uninstalled.
hardware:
#----new:
# camera: picamera
# camera:
# libCamPro:
# id: 20df
#start_button:
# gpio: 17
# Camera
# # Picamera
# picamera:
# resolution: [640,480]
# rotation: 90
# # Start Button connected to GPIO
# start-button:
# pin: 17
# # ws2812b Ringlight
# ringlight:
# pin: 18
# count: 32
# # Thermal Printen on serial GPIO
# thermalprinter_serial:
# tx-pin: 2
# rx-pin: 1