From 3ff98770c11f7a38e40db2351bb692e54066c7bf Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Mon, 26 Oct 2020 06:35:45 -0500 Subject: [PATCH] link to mjpeg documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0308647f..5ad18e22b 100644 --- a/README.md +++ b/README.md @@ -477,14 +477,14 @@ mask: 'poly,0,461,3,0,1919,0,1919,843,1699,492,1344,458,1346,336,973,317,869,375 -You can test your mask by temporarily configuring it as a [zone](#zones) and enabling`draw_zones` in your config. The zones will be shown at the camera HTTP endpoint, ei `http://localhost:5000/back` +You can test your mask by temporarily configuring it as a [zone](#zones) and enabling `draw_zones` in your config. Zones are visible on the [MJPEG feed](#camera_name). [Back to top](#documentation) ## Zones Zones allow you to define a specific area of the frame and apply additional filters for object types so you can determine whether or not an object is within a particular area. Zones cannot have the same name as a camera. If desired, a single zone can include multiple cameras if you have multiple cameras covering the same area by configuring zones with the same name for each camera. -During testing, `draw_zones` should be set in the config to draw the zone on the frames so you can adjust as needed. The zone line will increase in thickness when any object enters the zone. The zones will be shown at the camera HTTP endpoint, ei `http://localhost:5000/back` +During testing, `draw_zones` should be set in the config to draw the zone on the frames so you can adjust as needed. The zone line will increase in thickness when any object enters the zone. Zones are visible on the [MJPEG feed](#camera_name). ![Zone Example](docs/zone_example.jpg)