chore: fix some comments (#10729)

Signed-off-by: JohnEndson <jiayuzhen@outlook.com>
This commit is contained in:
JohnEndson 2024-03-30 18:51:41 +08:00 committed by GitHub
parent 14235c42b9
commit 37394fbe19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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,