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.
This commit is contained in:
mckochan 2020-09-28 13:55:10 -05:00 committed by GitHub
parent 41dc113797
commit 1a98d0a428
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```