Skip to content

Commit

Permalink
more feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre committed Dec 16, 2024
1 parent 8e993b2 commit d632e64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/data-ai/ai/alert.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ description: "Use triggers to send email notifications when inferences are made.
---

At this point, you should have already set up and tested [computer vision functionality](/data-ai/ai/run-inference/).
On this page, you'll learn how to use triggers to send alerts in the form of email notifications when certain detections or classifications are made.
On this page, you'll learn how to use triggers to send alerts in the form of email notifications or webhook requests when certain detections or classifications are made.

You will build a system that can monitor camera feeds and detect situations that require review.
In other words, this system performs anomaly detection.
Whenever the system detects an anomaly, it will send an email notification.

First, you'll set up data capture and sync to record images with the anomaly and upload them to the cloud.
Next, you'll configure a trigger to send email notifications when the anomaly is detected.
Next, you'll configure a trigger to send email notifications or webhook requests when the anomaly is detected.

### Prerequisites

Expand All @@ -31,7 +31,7 @@ Follow the instructions to [configure a camera](/operate/reference/components/ca

{{< /expand >}}

## Configured a filtered camera
## Configure a filtered camera

Your physical camera is working and your vision service is set up.
Now you will pull them together to filter out only images where an inference is made with the [`filtered-camera`](https://app.viam.com/module/erh/filtered-camera) {{< glossary_tooltip term_id="module" text="module" >}}.
Expand Down

0 comments on commit d632e64

Please sign in to comment.