Skip to content

Commit

Permalink
module added to Viam registry
Browse files Browse the repository at this point in the history
  • Loading branch information
felixreichenbach committed Dec 14, 2023
1 parent 726a0c7 commit 6fb5592
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
This camera module implements a Viam camera interface which filters objects returned by an object detection ML model based upon the label and confidence threshold you set.
You can find information regarding how to deploy Viam modules on to your smart machine in the [Viam documentation](https://docs.viam.com/registry/#use-modules)

You can also find the module in the Viam registry directly: [https://app.viam.com/module/felixreichenbach/object-filter](https://app.viam.com/module/felixreichenbach/object-filter)

## Component Configuration

```
Expand Down
13 changes: 13 additions & 0 deletions meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"module_id": "felixreichenbach:object-filter",
"visibility": "public",
"url": "https://github.com/felixreichenbach/objectfilter-camera",
"description": "A Viam camera module which filters objects based upon a Viam object detector vision service.",
"models": [
{
"api": "rdk:component:camera",
"model": "felixreichenbach:camera:objectfilter"
}
],
"entrypoint": "bin/objectfilter"
}

0 comments on commit 6fb5592

Please sign in to comment.