From cbcc89be9c557b2659672ac650766d77ae185da2 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 9 Aug 2020 13:16:40 -0500 Subject: [PATCH] readme tweaks --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 28d3e3439..3618fed93 100644 --- a/README.md +++ b/README.md @@ -257,10 +257,11 @@ During testing, `draw_zones` can be set in the config to tell frigate to draw th /*************** * Frames per second being consumed from your camera. If this is higher * than it is supposed to be, you should set -r FPS in your input_args. + * camera_fps = process_fps + skipped_fps ***************/ "camera_fps": 5.0, /*************** - * Number of times detection is run per second. This will often be higher than + * Number of times detection is run per second. This can be higher than * your camera FPS because frigate often looks at the same frame multiple times * or in multiple locations ***************/ @@ -274,11 +275,11 @@ During testing, `draw_zones` can be set in the config to tell frigate to draw th ***************/ "frame_info": { /*************** - * Timestamp of the frame frigate is running object detection on was read from ffmpeg. + * Timestamp of the frame frigate is running object detection on. ***************/ "detect": 1596994991.91426, /*************** - * Timestamp of the frame frigate is processing detected objects on was read from ffmpeg. + * Timestamp of the frame frigate is processing detected objects on. * This is where MQTT messages are sent, zones are checked, etc. ***************/ "process": 1596994991.91426, @@ -308,7 +309,7 @@ During testing, `draw_zones` can be set in the config to tell frigate to draw th /* Coral Stats */ "coral": { /*************** - * Timestamp when object detection started. If this value stays constant + * Timestamp when object detection started. If this value stays non-zero and constant * for a long time, that means the detection process is stuck. ***************/ "detection_start": 0.0,