Skip to content

Commit bd99bfb

Browse files
committed
makefile and meta
1 parent 7552b1b commit bd99bfb

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

meta.json

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,24 @@
33
"visibility": "public",
44
"url": "https://github.com/viam-labs/camera-image-dir",
55
"description": "A Viam camera model that reads images sequentially from a requested directory on the host machine",
6+
"applications": null,
7+
"markdown_link": "README.md",
8+
"first_run": "",
9+
"build": {
10+
"build": "./build.sh",
11+
"setup": "./setup.sh",
12+
"path": "dist/archive.tar.gz",
13+
"arch": [
14+
"linux/amd64",
15+
"linux/arm64",
16+
"darwin/arm64"
17+
]
18+
},
619
"models": [
720
{
821
"api": "rdk:component:camera",
922
"model": "viam-labs:camera:image-dir"
1023
}
1124
],
12-
"build": {
13-
"setup": "./setup.sh",
14-
"build": "./build.sh",
15-
"path": "dist/archive.tar.gz",
16-
"arch": ["linux/amd64", "linux/arm64", "darwin/arm64", "windows/amd64"]
17-
},
1825
"entrypoint": "dist/main"
19-
}
26+
}

0 commit comments

Comments
 (0)