-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_template.json
66 lines (66 loc) · 1.42 KB
/
config_template.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
{
"use_pi": false,
"plugin_list": [
"gesture_detection"
],
"default_detect_mode": "others",
"use_camera": true,
"which_detect": "body",
"use_visualization": true,
"server_email": "your_name@example.com",
"server_email_password": "your app password",
"server_ip": "xx.xx.xx.xx",
"server_port": 12345,
"server_list": [
"server1_ip",
"server2_ip",
"..."
],
"target_email": [
"target1@example.com",
"target2@example.com"
],
"packet_tansfer": false,
"smtp_server": "smtp.qq.com",
"smtp_port": 587,
"video_path": "assets/videos/sit.mp4",
"music_path": "assets/music",
"image_path": "resources",
"send_delay": 13,
"effective_detection_duration": 2,
"max_num_hands": 2,
"min_detection_confidence": 0.65,
"min_tracking_confidence": 0.65,
"pin_data": {
"pin_list": [
17,
23,
24,
25,
27
],
"pin_map": {
"Right": [
17,
23,
24
],
"Return": [
23,
24
],
"Left": [
17,
24
],
"Pause": [],
"Like": [
25
],
"OK": [
27
],
"None": []
}
}
}