-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.json
89 lines (89 loc) · 2.09 KB
/
example.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
{
"services": [
{
"namespace": "rdk",
"depends_on": [
"timesensor"
],
"attributes": {
"additional_sync_paths": [],
"selective_syncer_name": "timesensor",
"sync_interval_mins": 0.2,
"capture_dir": "",
"tags": []
},
"name": "datamanager",
"type": "data_manager"
}
],
"agent_config": {
"subsystems": {
"viam-server": {
"disable_subsystem": false,
"release_channel": "stable",
"pin_version": "",
"pin_url": ""
},
"agent-provisioning": {
"pin_version": "",
"pin_url": "",
"disable_subsystem": false,
"release_channel": "stable"
},
"viam-agent": {
"release_channel": "stable",
"pin_version": "",
"pin_url": "",
"disable_subsystem": false
}
}
},
"modules": [
{
"version": "latest",
"type": "registry",
"name": "naomi_sync-at-time",
"module_id": "naomi:sync-at-time"
}
],
"components": [
{
"model": "webcam",
"type": "camera",
"namespace": "rdk",
"attributes": {
"video_path": "FDF90FEB-59E5-4FCF-AABD-DA03C4E19BFB"
},
"depends_on": [],
"service_configs": [
{
"attributes": {
"capture_methods": [
{
"additional_params": {
"mime_type": "image/jpeg"
},
"capture_frequency_hz": 0.2,
"method": "ReadImage"
}
]
},
"type": "data_manager"
}
],
"name": "webcam"
},
{
"depends_on": [],
"name": "timesensor",
"model": "naomi:sync-at-time:timesyncsensor",
"type": "sensor",
"namespace": "rdk",
"attributes": {
"start": "18:29:00",
"end": "18:30:00",
"zone": "CET"
}
}
]
}