Skip to content

Commit

Permalink
fix module name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andf-viam committed Dec 20, 2023
1 parent 94cd55c commit 0bf39cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/projects/filtered-camera-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Before following this tutorial, you should:

## Add a camera and configure data capture

The `filter_camera` module filters image data captured by a camera component, and so requires that your machine has a camera component and the data management service configured.
The `filtered-camera` module filters image data captured by a camera component, and so requires that your machine has a camera component and the data management service configured.

- A [camera component](/components/camera/), such as a [webcam](/components/camera/webcam/), allows your machine to see the world around it through an attached camera.
- The [data management service](/data/) enables your machine to capture images from an attached camera and sync them to the cloud.
Expand Down Expand Up @@ -177,7 +177,7 @@ For more information, see [Train a model](/ml/train-model/).

## Configure the ML model and vision services

The `filter_camera` module filters image data based on your trained ML model, and so requires that your machine has the ML model service and vision service configured.
The `filtered-camera` module filters image data based on your trained ML model, and so requires that your machine has the ML model service and vision service configured.

- The [ML model service](/ml/) enables your machine to deploy a machine learning (ML) model to be used by other services.
- The [vision service](/ml/vision/) enables your machine's camera to detect objects defined in the ML model on its own.
Expand Down

0 comments on commit 0bf39cc

Please sign in to comment.