mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-05 20:04:51 +01:00
add optimizing performance guide
This commit is contained in:
parent
33dd170384
commit
3d5a02973b
@ -6,7 +6,7 @@ slug: /
|
||||
|
||||
A complete and local NVR designed for Home Assistant with AI object detection. Uses OpenCV and Tensorflow to perform realtime object detection locally for IP cameras.
|
||||
|
||||
Use of a [Recommended Detector](/frigate/hardware#detectors) is optional, but strongly recommended. CPU detection should only be used for testing purposes.
|
||||
Use of a [Recommended Detector](/frigate/hardware#detectors) is optional, but strongly recommended. CPU detection should only be used for testing purposes. See the [Optimizing Performance Guide](/frigate/optimizing_performance) for tips on getting the most out of your hardware.
|
||||
|
||||
- Tight integration with Home Assistant via a [custom component](https://github.com/blakeblackshear/frigate-hass-integration)
|
||||
- Designed to minimize resource use and maximize performance by only looking for objects when and where it is necessary
|
||||
|
||||
1271
docs/docs/frigate/optimizing_performance.md
Normal file
1271
docs/docs/frigate/optimizing_performance.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -12,6 +12,7 @@ const sidebars: SidebarsConfig = {
|
||||
"frigate/updating",
|
||||
"frigate/camera_setup",
|
||||
"frigate/video_pipeline",
|
||||
"frigate/optimizing_performance",
|
||||
"frigate/glossary",
|
||||
],
|
||||
Guides: [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user