From 21c413562333e79232e6aea0cc3dcd042e353320 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sat, 11 Mar 2023 07:43:28 -0600 Subject: [PATCH] typo --- docs/docs/configuration/cameras.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/configuration/cameras.md b/docs/docs/configuration/cameras.md index 72f3fea5f..f65415d14 100644 --- a/docs/docs/configuration/cameras.md +++ b/docs/docs/configuration/cameras.md @@ -51,7 +51,7 @@ For camera model specific settings check the [camera specific](camera_specific.m ## Rotate Cameras -This field is totally optional, **the recomendation is use the _go2rtc_** to rotate the stream as a restream so the rotation is only done once instead of doing one for every rol defined in the camera (e.g. detect and record). +This field is totally optional, **the recomendation is use the _go2rtc_** to rotate the stream as a restream so the rotation is only done once instead of doing one for every role defined in the camera (e.g. detect and record). Cameras can be rotate to '90', '180' or '270' (-90) degrees by using `rotate: XX`. The camera will only rotate to valid arguments: '90', '180' or '270', invalid arguments disable the rotation.