mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-01-02 00:07:11 +01:00
chore: fix some comments (#10729)
Signed-off-by: JohnEndson <jiayuzhen@outlook.com>
This commit is contained in:
parent
14235c42b9
commit
37394fbe19
@ -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.
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user