add note about detect stream to face rec docs

This commit is contained in:
Josh Hawkins 2025-06-01 15:37:16 -05:00
parent ee30e814d8
commit 6fdae883bd

View File

@ -45,6 +45,8 @@ face_recognition:
enabled: true enabled: true
``` ```
Like the other real-time processors in Frigate, face recognition runs on the camera stream defined by the `detect` role in your config. To ensure optimal performance, select a suitable resolution for this stream in your camera's firmware that fits your specific scene and requirements.
## Advanced Configuration ## Advanced Configuration
Fine-tune face recognition with these optional parameters at the global level of your config. The only optional parameters that can be set at the camera level are `enabled` and `min_area`. Fine-tune face recognition with these optional parameters at the global level of your config. The only optional parameters that can be set at the camera level are `enabled` and `min_area`.