-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrumpy4.json
More file actions
49 lines (49 loc) · 1.34 KB
/
trumpy4.json
File metadata and controls
49 lines (49 loc) · 1.34 KB
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
{
"mqtt_server_ip": "bronco.local",
"mqtt_port": 1883,
"mqtt_client_name": "trumpy_bear1",
"homie_device": "trumpy_bear",
"homie_name": "TrumpyBear Pi4",
"camera_type": "frigate",
"frigate_latest_url": "http://192.168.1.2:5000/api/trumpy_cam/latest.jpg?h=480",
"camera_number": 0,
"camera_topic": "trumpy_cam",
"mycroft_ip": "pi4.local",
"ranger": {"type": "camera",
"cmd_topic": "homie/turret_tracker/ranger/image/set",
"distance_topic": "homie/turret_tracker/ranger/distance/set",
"upper_limit": 0.8,
"lower_limit": 0.25,
"scale": 0.4
},
"notify_topic": ["homie/trumpy_screen/display/text/set"],
"enable_alarm": "homie/trumpy_enable/switch/state",
"cops_arrive": "homie/trumpy_cops/switch/state",
"face_server_ip": ["bronco.local","bigboy.local", "mini.local"],
"face_port": 4785,
"ml_algo": "Cnn_Shapes",
"confidence": 0.4,
"zmq_tracker_ip": ["bronco.local","mini.local"],
"zmq_port": 4783,
"use_ml": "remote_zmq",
"turrets": [
{
"name": "Front Center",
"topic": "homie/turret_front/turret_1/control",
"front": true,
"pan_min": 51,
"pan_max": 150,
"tilt_min": 70,
"tilt_max": 120
},
{
"name": "Left Back",
"topic": "homie/turret_back/turret_1/control",
"front": false,
"pan_min": 60,
"pan_max": 180,
"tilt_min": 80,
"tilt_max": 120
}
]
}