From 1a98d0a4280f2ee31f31cdcde76e2e903b2dc755 Mon Sep 17 00:00:00 2001 From: mckochan <57327555+mckochan@users.noreply.github.com> Date: Mon, 28 Sep 2020 13:55:10 -0500 Subject: [PATCH] Update proxy.markdown (#14639) I had trouble noticing that the Crop function requires max_stream values be defined, so I added them to the example. --- source/_integrations/proxy.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/proxy.markdown b/source/_integrations/proxy.markdown index 72833db12a7..f2cee20c59f 100644 --- a/source/_integrations/proxy.markdown +++ b/source/_integrations/proxy.markdown @@ -114,5 +114,7 @@ camera: mode: crop max_image_width: 480 max_image_height: 320 + max_stream_width: 480 + max_stream_height: 320 image_left: 100 ```