chore: fix some comments

Signed-off-by: JohnEndson <jiayuzhen@outlook.com>
This commit is contained in:
JohnEndson 2024-03-29 11:53:14 +08:00
parent 0223d6df60
commit f52bc4e840
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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,