From 2f09b74dc164b9dc5c93ac989f080924cc16b095 Mon Sep 17 00:00:00 2001 From: David Smith Date: Tue, 3 May 2022 04:32:53 -0600 Subject: [PATCH] docs: correct flip_v for webcam vertical flip Signed-off-by: David Smith --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 3611df6..7d1a9b6 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -301,7 +301,7 @@ enable_ufp: True flip_h: False # Set the webcam horizontal flip. The default is False. -flip_h: False +flip_v: False # Set the webcam vertical flip. The default is False. rotate_90: False # Set the webcam rotation by 90 degrees. The default is False.