diff --git a/docs/docs/configuration/camera_specific.md b/docs/docs/configuration/camera_specific.md index eb704358f..ddae528e4 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: # <---- update for your camera's resolution - height: # <---- update for your camera's resolution + width: # <- optional, by default Frigate try to automatically detect resolution + height: # <- optional, by default Frigate try to automatically detect resolution ``` ### Blue Iris RTSP Cameras diff --git a/docs/docs/configuration/cameras.md b/docs/docs/configuration/cameras.md index 8f907cb3f..da1ae80db 100644 --- a/docs/docs/configuration/cameras.md +++ b/docs/docs/configuration/cameras.md @@ -33,8 +33,8 @@ cameras: roles: - record detect: - width: 1280 - height: 720 + width: 1280 # <- optional, by default Frigate try to automatically detect resolution + height: 720 # <- optional, by default Frigate try to automatically detect resolution ``` Additional cameras are simply added to the config under the `cameras` entry. diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 94eec0a90..b23a65d2f 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -20,8 +20,8 @@ cameras: roles: - detect detect: - width: 1280 - height: 720 + width: # <- optional, by default Frigate try to automatically detect resolution + height: # <- optional, by default Frigate try to automatically detect resolution ``` ### VSCode Configuration Schema diff --git a/docs/docs/development/contributing.md b/docs/docs/development/contributing.md index 0955af56a..d68d4f780 100644 --- a/docs/docs/development/contributing.md +++ b/docs/docs/development/contributing.md @@ -69,8 +69,8 @@ cameras: roles: - detect detect: - height: 1080 - width: 1920 + height: 1080 # <- optional, by default Frigate try to automatically detect resolution + width: 1920 # <- optional, by default Frigate try to automatically detect resolution fps: 5 ``` diff --git a/docs/docs/guides/getting_started.md b/docs/docs/guides/getting_started.md index adbddb9c2..ce2e876d5 100644 --- a/docs/docs/guides/getting_started.md +++ b/docs/docs/guides/getting_started.md @@ -22,8 +22,6 @@ cameras: - detect detect: enabled: False # <---- disable detection until you have a working camera feed - width: 1280 # <---- update for your camera's resolution - height: 720 # <---- update for your camera's resolution ``` ### Step 2: Start Frigate @@ -106,8 +104,7 @@ cameras: roles: - detect detect: - width: 1280 - height: 720 + fps: 5 motion: mask: - 0,461,3,0,1919,0,1919,843,1699,492,1344,458,1346,336,973,317,869,375,866,432