-
Notifications
You must be signed in to change notification settings - Fork 38
/
config.json
108 lines (108 loc) · 3.41 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
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
97
98
99
100
101
102
103
104
105
106
107
108
{
"faces":[
{
"databaseName": "lindo_st_angel",
"friendlyNames": ["lindo", "window", "dad", "father"]
},
{
"databaseName": "nikki_st_angel",
"friendlyNames": ["nikki", "nicky", "nicolette", "mom",
"mother"]
},
{
"databaseName": "nico_st_angel",
"friendlyNames": ["nico", "nikko", "niko", "son", "sun",
"niccolo", "brother"]
},
{
"databaseName": "eva_st_angel",
"friendlyNames": ["eva", "daughter", "sister"]
},
{
"databaseName": "dog",
"friendlyNames": ["polly", "pauli", "dog", "pet", "pauly",
"poly"]
}
],
"cameras":[
{
"endpointId": "1",
"manufacturerName": "Axis",
"modelName": "P1425-LE",
"zoneminderName": "FrontPorch",
"friendlyNames": ["front porch", "front", "porch",
"front porch camera"],
"description": "Front Porch Camera",
"resolutions": [{"width":1920, "height":1080}],
"uri": "rtsp://cam.lsacam.com:443/proxyStream-1"
},
{
"endpointId": "2",
"manufacturerName": "Axis",
"modelName": "P1425-LE",
"zoneminderName": "East",
"friendlyNames": ["east side", "east", "east side camera"],
"description": "East Side Camera",
"resolutions": [{"width":1080, "height":1920}],
"uri": "rtsp://cam.lsacam.com:443/proxyStream-2"
},
{
"endpointId": "3",
"manufacturerName": "Axis",
"modelName": "P1435-LE",
"zoneminderName": "BackYard",
"friendlyNames": ["back yard", "backyard", "back yard camera"],
"description": "Back Yard Camera",
"resolutions": [{"width":1920, "height":1080}],
"uri": "rtsp://cam.lsacam.com:443/proxyStream-3"
},
{
"endpointId": "4",
"manufacturerName": "Axis",
"modelName": "P1425-LE",
"zoneminderName": "BackGarage",
"friendlyNames": ["back garage", "back garage camera"],
"description": "Back Garage Camera",
"resolutions": [{"width":1920, "height":1080}],
"uri": "rtsp://cam.lsacam.com:443/proxyStream-4"
},
{
"endpointId": "5",
"manufacturerName": "Axis",
"modelName": "P1425-LE",
"zoneminderName": "PlayroomDoor",
"friendlyNames": ["play room door", "play room", "playroom",
"playroom door", "play room door camera", "playroom door camera"],
"description": "Playroom Door Camera",
"resolutions": [{"width":1920, "height":1080}],
"uri": "rtsp://cam.lsacam.com:443/proxyStream-5"
},
{
"endpointId": "6",
"manufacturerName": "Axis",
"modelName": "P1425-LE",
"zoneminderName": "FrontGate",
"friendlyNames": ["front gate camera", "front gate", "gate",
"frontgate camera"],
"description": "Front Gate Camera",
"resolutions": [{"width":1080, "height":1920}],
"uri": "rtsp://cam.lsacam.com:443/proxyStream-6"
},
{
"endpointId": "7",
"manufacturerName": "Axis",
"modelName": "P1425-LE",
"zoneminderName": "BackPorch",
"friendlyNames": ["back porch", "backporch", "backporch camera",
"back porch camera"],
"description": "Back Porch Camera",
"resolutions": [{"width":666, "height":375}],
"uri": "rtsp://cam.lsacam.com:443/proxyStream-7"
}
],
"awsRegion": "us-west-2",
"zmS3Bucket": "zm-alarm-frames",
"zmDdbTable": "ZmAlarmFrames",
"localTimeZone": "America/Los_Angeles",
"useLocalPath": false
}