mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Add docs about additions (#4504)
* Add docs about additions * Fix review findings: Spelling * Add suggestions from PR
This commit is contained in:
parent
13122fc2b1
commit
a554b22968
19
docs/docs/integrations/third_party_extensions.md
Normal file
19
docs/docs/integrations/third_party_extensions.md
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
id: third_party_extensions
|
||||||
|
title: Third Party Extensions
|
||||||
|
---
|
||||||
|
|
||||||
|
Being open source, others have the possibility to modify and extend the rich functionality Frigate already offers.
|
||||||
|
This page is meant to be an 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)
|
||||||
|
|
||||||
|
[Double Take](https://github.com/jakowenko/double-take) provides an unified UI and API for processing and training images for facial recognition.
|
||||||
|
It supports automatically setting the sub labels in Frigate for person objects that are detected and recognized.
|
@ -34,6 +34,7 @@ module.exports = {
|
|||||||
"integrations/home-assistant",
|
"integrations/home-assistant",
|
||||||
"integrations/api",
|
"integrations/api",
|
||||||
"integrations/mqtt",
|
"integrations/mqtt",
|
||||||
|
"integrations/third_party_extensions",
|
||||||
],
|
],
|
||||||
Troubleshooting: [
|
Troubleshooting: [
|
||||||
"troubleshooting/faqs",
|
"troubleshooting/faqs",
|
||||||
|
Loading…
Reference in New Issue
Block a user