From db7ee6cfb3cfc3b989efd787db9121ab92e4eed3 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Mon, 7 Dec 2020 07:16:28 -0600 Subject: [PATCH] clarify height width and fps --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ec50ccab..adb113690 100644 --- a/README.md +++ b/README.md @@ -294,11 +294,11 @@ cameras: # Optional: camera specific output args (default: inherit) output_args: - # Required: height of the frame + # Required: height of the frame for the input with the detect role height: 720 - # Required: width of the frame + # Required: width of the frame for the input with the detect role width: 1280 - # Optional: desired fps for your camera + # Optional: desired fps for your camera for the input with the detect role # NOTE: Recommended value of 5. Ideally, try and reduce your FPS on the camera. # Frigate will attempt to autodetect if not specified. fps: 5