From 5792cf042eb08cb5b80ebc131227144bcb9d2730 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 6 Feb 2022 14:15:19 -0600 Subject: [PATCH] fix resolution on reolink example --- docs/docs/configuration/camera_specific.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index fd7db4de6..465e0a5ce 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -89,8 +89,8 @@ cameras: roles: - detect detect: - width: 640 - height: 480 + width: 896 + height: 672 fps: 7 ```