From adf2bc078c255dbc575d79477d5ff752954f19f5 Mon Sep 17 00:00:00 2001 From: Craig Dennis Date: Mon, 26 Jul 2021 13:49:08 +0100 Subject: [PATCH] Include details about stream passthrough Refs #1440 Indicate that width and height are only used for the detect role and so other streams for with other roles are passed through and resolution is not needed. --- docs/docs/configuration/cameras.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/docs/configuration/cameras.md b/docs/docs/configuration/cameras.md index faf871f07..5184e516c 100644 --- a/docs/docs/configuration/cameras.md +++ b/docs/docs/configuration/cameras.md @@ -38,6 +38,8 @@ cameras: fps: 5 ``` +`width`, `height`, and `fps` are only used for the `detect` role. Other streams are passed through, so there is no need to specify the resolution. + ## Masks & Zones ### Masks