From 84ada716accb61da9069c1cf15e055e57b8e6627 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 9 Aug 2020 13:18:12 -0500 Subject: [PATCH] fix readme images --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3618fed93..d3f37a539 100644 --- a/README.md +++ b/README.md @@ -238,9 +238,9 @@ The labelmap can be customized to your needs. A common reason to do this is to c ## Masks and limiting detection to a certain area You can create a *bitmap (bmp)* file the same aspect ratio as your camera feed to limit detection to certain areas. The mask works by looking at the bottom center of any bounding box (first image, red dot below) and comparing that to your mask. If that red dot falls on an area of your mask that is black, the detection (and motion) will be ignored. The mask in the second image would limit detection on this camera to only objects that are in the front yard and not the street. - - - + + + ## 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. See the sample config for details on how to configure.