You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ An example appsettings.json configuration file can be found [here](#example-apps
91
91
* Off: Will not draw boundary boxes (note - this will speed up time between detection and notification as SynoAI will not have to manipulate the image)
92
92
* DrawExclusions [optional] (Default: ```false```): Whether to draw the exclusion zone boundary boxes on the image. Useful for setting up the initial exclusion zones
93
93
* BoxColor [optional] (Default: ```#FF0000```): The colour of the border of the boundary box
94
+
* TextBoxColor [opional] (Default: ```#00FFFFFF``` aka ```transparent```): The colour of the box to draw behind the text to aid in making text more visible
94
95
* ExclusionBoxColour [optional] (Default: ```#00FF00```): The colour of the border of the exclusion boundary box
95
96
* StrokeWidth [optional] (Default: ```2```): The width, in pixels, of the border around the boundary box
96
97
* Font [optional] (Default: ```Tahoma```): The font to use when labelling the boundary boxes on the output image
0 commit comments