-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
96 lines (96 loc) · 1.58 KB
/
config.js
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
module.exports = {
'privateConfig':'./.config.js',
'tmpPath':'/tmp',
'video':{
'numCameras':48,
'framerate':14,
'width':1620,
'height':1080,
'loop':4,
'bitrate':'24000k',
'ffmpegBinary':'ffmpeg',
'header':'revolve_scaled_yuvj422p-2.jpg',
'footer':'footer_yuvj422p-2.jpg',
'headerDuration':3,
'footerDuration':3,
'firstFrameDuration':2
},
'cameraConfig':'cameraConfig.js',
'cameraOrder':[
2091320, //start count at 0
2051847,
2091225,
2012169,
2075935,
2051626,
2075359,
2084409,
2091484,
2075358,
2085101,
2015055,
2084435,
2084441,
2076978,
2084303,
2075151,
2070851,
2087329,
2075323,
2083868,
2029929,
2068866,
2052126,
2015132,
2015065,
2091152,
2055694,
2084407,
2084553,
2037656,
2084439,
2084542,
2086639,
2020188,
2075866,
2063062,
2084464,
2084539,
2084521,
6224182, //CAMERA 40
6224161,
6230311,
6224164,
6230387,
6230321,
6230385,
6224157,
6224184,
6230386,
6230387
],
'youTubeOptions':{
'shortUrl':'https://youtu.be/{0}',
'redirectPort': 5000,
'redirectUrlPath':'/oauth2callback',
'title': 'The Costume Games {dir} {time} {date}', // availbile format keys {dir}, {time}, {date}
'tags': ['3dify','revolve','revolvebrighton'],
'description':''
},
'basedir':__dirname,
'processed':'processed.txt',
'queueAutoSavePeriod':20000,
'queueFile':'queue.json',
'serialPrinter': {
'device':'/dev/cu.usbserial-FTB6SPL3',
'baudrate':9600,
'width':384,
'heatingTime':200,
'heatingInterval':2,
'maxPrintingDots':4,
'topLineFeed':1,
'bottomLineFeed':4,
'closeDelay':1000,
'logo':'logo.png'
}
};