mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Add docs about additions
This commit is contained in:
parent
a46c37018f
commit
393ec3dca2
17
docs/docs/integrations/third_party_extensions.md
Normal file
17
docs/docs/integrations/third_party_extensions.md
Normal 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.
|
||||||
@ -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"],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user