Skip to content

Commit

Permalink
Add december entries
Browse files Browse the repository at this point in the history
  • Loading branch information
sguequierre committed Jan 18, 2024
1 parent 36f601b commit 98a46f1
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/appendix/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,29 @@ aliases:
layout: "changelog"
---

## December 2023

{{% changelog color="added" title="Filtered camera module" %}}

Viam has added a [`filtered-camera` module](https://app.viam.com/module/erh/filtered-camera) that selectively captures and syncs only the images that match the detections of a ML model.
For example, you could train an ML model that is focused on sports cars, and only capture images from the camera feed when a sports car is detected in the frame.

Check out [this tutorial](/tutorials/projects/filtered-camera/) for more information.

{{% /changelog %}}

{{% changelog color="added" title="Raspberry Pi 5 added" %}}

You can now run `viam-server` on a [Raspberry Pi 5](/components/board/pi5/) with the new board model [`pi5`](/components/board/pi5/).

{{% /changelog %}}

{{% changelog color="added" title="Role-based access control" %}}

Users can now have access to different fleet management capabilities depending on whether they are an owner or an operator of a given organization, location, or machine.

{{% /changelog %}}

## November 2023

{{% changelog color="added" title="Authenticate with location API key" %}}
Expand Down

0 comments on commit 98a46f1

Please sign in to comment.