Skip to content

Commit

Permalink
Add video
Browse files Browse the repository at this point in the history
  • Loading branch information
JessamyT committed Mar 5, 2024
1 parent 5a1d460 commit c3e8286
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
Binary file added assets/tutorials/helmet/hardhat-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions docs/tutorials/projects/helmet.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ linkTitle: "Helmet Monitor"
type: "docs"
description: "Get a text or email if people are not wearing hard hats, and track data over time."
videos: ["/tutorials/helmet/hardhat.webm", "/tutorials/helmet/hardhat.mp4"]
images: []
videoAlt: "A man without a hard hat is detected and labeled as "No-Hardhat." Then he puts on a hard hat and a bounding box labeled "Hardhat" appears. He gives a thumbs-up to the camera."
images: ["/tutorials/helmet/hardhat-data.png"]
videoAlt: "A man without a hard hat is detected and labeled as No-Hardhat. Then he puts on a hard hat and a bounding box labeled Hardhat appears. He gives a thumbs-up to the camera."
tags: ["tutorial"]
authors: [Jessamy Taylor]
languages: []
Expand All @@ -23,6 +23,8 @@ Luckily, you can address this problem using Viam's integrated [data capture](/da

Through this tutorial you will build a system to look out for you and your team, sending an email notification when someone isn't wearing a hard hat.

{{<gif webm_src="/tutorials/helmet/hardhat.webm" mp4_src="/tutorials/helmet/hardhat.mp4" alt="A man without a hard hat is detected and labeled as No-Hardhat. Then he puts on a hard hat and a bounding box labeled Hardhat appears. He gives a thumbs-up to the camera." class="alignleft" max-width="250px">}}

First, you'll set up and test the computer vision functionality.
Next, you'll set up data capture to pull images of people without hard hats into the cloud.
Then, you'll write a serverless function capable of sending email notifications.
Expand Down Expand Up @@ -216,7 +218,7 @@ To make sure the detector camera is capturing and syncing labeled images:

3. You can also try this with a hard hat on your head.

{{<imgproc src="/tutorials/helmet/hardhat-capture.png" resize="x1000" declaredimensions=true alt="The data manager page in the Viam app, displaying three images of a person with a bounding box labeled NO-Hardhat around her face." >}}
{{<imgproc src="/tutorials/helmet/hardhat-data.png" resize="x1000" declaredimensions=true alt="The data manager page in the Viam app, displaying three images of a person with a bounding box labeled NO-Hardhat around her face." >}}

### Modify the detector config to sync only images without hard hats

Expand Down
File renamed without changes.

0 comments on commit c3e8286

Please sign in to comment.