diff --git a/docs/docs/configuration/masks.md b/docs/docs/configuration/masks.md index 8e85ce0f7..92eb9c89f 100644 --- a/docs/docs/configuration/masks.md +++ b/docs/docs/configuration/masks.md @@ -36,7 +36,7 @@ motion: - 0,461,3,0,1919,0,1919,843,1699,492,1344 ``` -![poly](/img/example-mask-poly.png) +![poly](/img/example-mask-poly-min.png) ### Further Clarification diff --git a/docs/docs/faqs.md b/docs/docs/faqs.md index af5974bf7..7159402b0 100644 --- a/docs/docs/faqs.md +++ b/docs/docs/faqs.md @@ -19,7 +19,7 @@ By default, Frigate removes audio from recordings to reduce the likelihood of fa This almost always means that the width/height defined for your camera are not correct. Double check the resolution with vlc or another player. Also make sure you don't have the width and height values backwards. -![mismatched-resolution](/img/mismatched-resolution.jpg) +![mismatched-resolution](/img/mismatched-resolution-min.jpg) ### I can't view events or recordings in the Web UI. diff --git a/docs/docs/guides/camera_setup.md b/docs/docs/guides/camera_setup.md index cb02b5d4a..959856fa0 100644 --- a/docs/docs/guides/camera_setup.md +++ b/docs/docs/guides/camera_setup.md @@ -17,7 +17,7 @@ The ideal resolution for detection is one where the objects you want to detect f Larger resolutions **do** improve performance if the objects are very small in the frame. -![Resolutions](/img/resolutions.png) +![Resolutions](/img/resolutions-min.jpg) ### Example Camera Configuration diff --git a/docs/docs/guides/stationary_objects.md b/docs/docs/guides/stationary_objects.md index 1917ad7ab..b164f9b74 100644 --- a/docs/docs/guides/stationary_objects.md +++ b/docs/docs/guides/stationary_objects.md @@ -21,7 +21,7 @@ See [this example](/configuration/zones#restricting-zones-to-specific-objects) f You can also create a zone for the entrance of your driveway and only save an event if that zone is in the list of entered_zones when the object is a car. -![Driveway Zones](/img/driveway_zones.png) +![Driveway Zones](/img/driveway_zones-min.png) ```yaml camera: diff --git a/docs/docs/index.md b/docs/docs/index.md index 0bae3fa0d..8fc6e81fd 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -20,6 +20,6 @@ Use of a [Google Coral Accelerator](https://coral.ai/products/) is optional, but ## Screenshots -![Media Browser](/img/media_browser.png) +![Media Browser](/img/media_browser-min.png) -![Notification](/img/notification.png) +![Notification](/img/notification-min.png) diff --git a/docs/static/img/driveway_zones-min.png b/docs/static/img/driveway_zones-min.png new file mode 100644 index 000000000..39e19540d Binary files /dev/null and b/docs/static/img/driveway_zones-min.png differ diff --git a/docs/static/img/example-mask-poly-min.png b/docs/static/img/example-mask-poly-min.png new file mode 100644 index 000000000..62a78cd03 Binary files /dev/null and b/docs/static/img/example-mask-poly-min.png differ diff --git a/docs/static/img/media_browser-min.png b/docs/static/img/media_browser-min.png new file mode 100644 index 000000000..39229d0a5 Binary files /dev/null and b/docs/static/img/media_browser-min.png differ diff --git a/docs/static/img/mismatched-resolution-min.jpg b/docs/static/img/mismatched-resolution-min.jpg new file mode 100644 index 000000000..ef5037f6e Binary files /dev/null and b/docs/static/img/mismatched-resolution-min.jpg differ diff --git a/docs/static/img/notification-min.png b/docs/static/img/notification-min.png new file mode 100644 index 000000000..0d49cdf61 Binary files /dev/null and b/docs/static/img/notification-min.png differ diff --git a/docs/static/img/resolutions-min.jpg b/docs/static/img/resolutions-min.jpg new file mode 100644 index 000000000..19169ac39 Binary files /dev/null and b/docs/static/img/resolutions-min.jpg differ