forked from viam-labs/opencv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.json
More file actions
36 lines (36 loc) · 1.03 KB
/
meta.json
File metadata and controls
36 lines (36 loc) · 1.03 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
{
"$schema": "https://dl.viam.dev/module.schema.json",
"module_id": "viam:opencv",
"visibility": "public",
"url": "https://github.com/viam-labs/opencv",
"description": "Modular pose_tracker component: chessboard",
"models": [
{
"api": "rdk:component:pose_tracker",
"model": "viam:opencv:chessboard",
"short_description": "OpenCV-based pose tracker component for chessboard patterns",
"markdown_link": "README.md#model-viamopencvchessboard"
},
{
"api": "rdk:service:generic",
"model": "viam:opencv:hand_eye_calibration",
"short_description": "OpenCV-based hand-eye calibration service",
"markdown_link": "README.md#model-viamopencvhandeyecalibration"
}
],
"applications": null,
"markdown_link": "README.md",
"entrypoint": "dist/main",
"first_run": "",
"build": {
"build": "./build.sh",
"setup": "./setup.sh",
"path": "dist/archive.tar.gz",
"arch": [
"linux/amd64",
"linux/arm64",
"darwin/arm64",
"windows/amd64"
]
}
}