diff --git a/USAGE.md b/USAGE.md index ffcd47e9..4ff4cd0e 100644 --- a/USAGE.md +++ b/USAGE.md @@ -88,4 +88,12 @@ The overlay can be edited from within the app: ![Edit overlay](./screenshots/cameras/stream_configuration_file.png) -Press "Finish" to add the stream to the layout. \ No newline at end of file +Press `Finish` to add the stream to the layout. + +## [beta] Matrix zoom + +The matrix view is a feature that allows you to zoom into a camera. This is useful for multicast streams. This works better with cameras with larger resolutions. + +To enable it, go to `Settings` -> `Updates` -> `Beta Features` -> `Matrix view zoom`. + +![Matrix view](./screenshots/cameras/matrix-zoom.gif) diff --git a/screenshots/cameras/matrix-zoom.gif b/screenshots/cameras/matrix-zoom.gif new file mode 100644 index 00000000..80cac81d Binary files /dev/null and b/screenshots/cameras/matrix-zoom.gif differ