Effects
Specifies options for image and video overlays in EyesOnIt output.
Example
"effects": {
"show_regions": false,
"show_lines": false,
"show_bounding_boxes": false,
"show_motion": false,
"show_confidence_levels": false,
"show_alert_text": true
}
Attributes
All of the attributes are optional.
| Name | Type | Description |
|---|---|---|
| show_regions | boolean | true to draw region outlines on output. The default value is false. |
| show_lines | boolean | true to draw line-cross lines on output. The default value is false. |
| show_bounding_boxes | boolean | true to draw bounding boxes around detected objects. The default value is false. |
| show_motion | boolean | true to draw contours for detected motion. The default value is false. |
| show_confidence_levels | boolean | true to draw confidence levels for object descriptions. The default value is false. |
| show_alert_text | boolean | true to show "Alert" text when alert conditions are met. The default value is true. |