-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.json
More file actions
27 lines (27 loc) · 766 Bytes
/
meta.json
File metadata and controls
27 lines (27 loc) · 766 Bytes
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
{
"$schema": "https://dl.viam.dev/module.schema.json",
"module_id": "viam:find-webcams",
"visibility": "public",
"url": "https://github.com/viam-modules/find-webcams",
"description": "Modular discovery service: webcam-discovery",
"models": [
{
"api": "rdk:service:discovery",
"model": "viam:find-webcams:webcam-discovery",
"markdown_link" : "README.md#attributes",
"short_description" : "find webcam video device paths connected to your viam-server to configure webcams"
}
],
"entrypoint": "find-webcams",
"first_run": "",
"build": {
"build": "make module.tar.gz",
"setup": "make setup",
"path": "module.tar.gz",
"arch": [
"darwin/arm64",
"linux/amd64",
"linux/arm64"
]
}
}