From 37394fbe193cb045b578f55eb33d5f100956931e Mon Sep 17 00:00:00 2001 From: JohnEndson <165029498+JohnEndson@users.noreply.github.com> Date: Sat, 30 Mar 2024 18:51:41 +0800 Subject: [PATCH] chore: fix some comments (#10729) Signed-off-by: JohnEndson --- docs/docs/guides/getting_started.md | 2 +- frigate/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/guides/getting_started.md b/docs/docs/guides/getting_started.md index 219f6767b..62dad099f 100644 --- a/docs/docs/guides/getting_started.md +++ b/docs/docs/guides/getting_started.md @@ -165,7 +165,7 @@ cameras: ### Step 2: Start Frigate -At this point you should be able to start Frigate and see the the video feed in the UI. +At this point you should be able to start Frigate and see the video feed in the UI. If you get an error image from the camera, this means ffmpeg was not able to get the video feed from your camera. Check the logs for error messages from ffmpeg. The default ffmpeg arguments are designed to work with H264 RTSP cameras that support TCP connections. diff --git a/frigate/config.py b/frigate/config.py index 55acc1a44..9317ae54c 100644 --- a/frigate/config.py +++ b/frigate/config.py @@ -422,7 +422,7 @@ class DetectConfig(FrigateBaseModel): ) max_disappeared: Optional[int] = Field( None, - title="Maximum number of frames the object can dissapear before detection ends.", + title="Maximum number of frames the object can disappear before detection ends.", ) stationary: StationaryConfig = Field( default_factory=StationaryConfig,