-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmeta.json
32 lines (32 loc) · 1.13 KB
/
meta.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
{
"module_id": "viam:oak",
"visibility": "public",
"url": "https://github.com/viam-modules/viam-camera-oak",
"description": "Python camera module for the Luxonis OAK family of cameras. Please check the README.md on the linked Github repo to get started.",
"models": [
{
"api": "rdk:component:camera",
"model": "viam:luxonis:oak-ffc-3p",
"markdown_link": "README.md#oak-ffc-3p-component-model",
"short_description": "driver for luxonis oak ffc 3p hardware"
},
{
"api": "rdk:component:camera",
"model": "viam:luxonis:oak-d",
"markdown_link": "README.md#oak-d-component-model",
"short_description": "driver for luxonis general oak-d hardware"
},
{
"api": "rdk:service:vision",
"model": "viam:luxonis:yolo-detection-network",
"markdown_link": "README.md#yolo-detection-network-service-model",
"short_description": "driver for running YOLO object detection on the OAK-D"
}
],
"build": {
"build": "bash build.sh",
"path": "dist/archive.tar.gz",
"arch" : ["darwin/arm64", "linux/arm64", "linux/amd64"]
},
"entrypoint": "dist/main"
}