Add docs about additions

This commit is contained in:
Sebastian Englbrecht 2022-11-24 18:57:46 +01:00
parent a46c37018f
commit 393ec3dca2
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,17 @@
---
id: third_party_extensions
title: Third Party Extensions
---
Beeing open source, others have the possibility to modify and extend the rich functionality Frigate already offers.
This page is meant to be a overview over additions one can make to the home NVR setup. The list is not exhaustive and can be extended via PR to the Frigate docs.
:::caution
This page does not recommend or rate the presented projects.
Please use your own knowledge to assess and vet them before you install anything on your system.
:::
## [Double Take](https://github.com/jakowenko/double-take)
Unified UI and API for processing and training images for facial recognition.

View File

@ -29,6 +29,7 @@ module.exports = {
"integrations/home-assistant", "integrations/home-assistant",
"integrations/api", "integrations/api",
"integrations/mqtt", "integrations/mqtt",
"integrations/third_party_extensions",
], ],
Troubleshooting: ["faqs"], Troubleshooting: ["faqs"],
Development: ["contributing"], Development: ["contributing"],