diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index ddae528e4..25dd6b301 100644 --- a/docs/docs/configuration/camera_specific.md +++ b/docs/docs/configuration/camera_specific.md @@ -80,8 +80,8 @@ cameras: rtmp: enabled: False # <-- RTMP should be disabled if your stream is not H264 detect: - width: # <- optional, by default Frigate try to automatically detect resolution - height: # <- optional, by default Frigate try to automatically detect resolution + width: # <- optional, by default Frigate tries to automatically detect resolution + height: # <- optional, by default Frigate tries to automatically detect resolution ``` ### Blue Iris RTSP Cameras diff --git a/docs/docs/configuration/cameras.md b/docs/docs/configuration/cameras.md index da1ae80db..04b386f14 100644 --- a/docs/docs/configuration/cameras.md +++ b/docs/docs/configuration/cameras.md @@ -33,8 +33,8 @@ cameras: roles: - record detect: - width: 1280 # <- optional, by default Frigate try to automatically detect resolution - height: 720 # <- optional, by default Frigate try to automatically detect resolution + width: 1280 # <- optional, by default Frigate tries to automatically detect resolution + height: 720 # <- optional, by default Frigate tries to automatically detect resolution ``` Additional cameras are simply added to the config under the `cameras` entry.