From d508088bd0237813630e4afff275363b3f38de18 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Mon, 9 Oct 2023 17:16:34 -0600 Subject: [PATCH] Add audio role to camera config docs (#8113) --- docs/docs/configuration/cameras.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/configuration/cameras.md b/docs/docs/configuration/cameras.md index 262811395..58bf2bdc6 100644 --- a/docs/docs/configuration/cameras.md +++ b/docs/docs/configuration/cameras.md @@ -13,8 +13,9 @@ Each role can only be assigned to one input per camera. The options for roles ar | Role | Description | | -------- | ---------------------------------------------------------------------------------------- | -| `detect` | Main feed for object detection | +| `detect` | Main feed for object detection. [docs](object_detectors.md) | | `record` | Saves segments of the video feed based on configuration settings. [docs](record.md) | +| `audio` | Feed for audio based detection. [docs](audio_detectors.md) | | `rtmp` | Deprecated: Broadcast as an RTMP feed for other services to consume. [docs](restream.md) | ```yaml