Skip to main content

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.

NameTypeDescription
show_regionsbooleantrue to draw region outlines on output. The default value is false.
show_linesbooleantrue to draw line-cross lines on output. The default value is false.
show_bounding_boxesbooleantrue to draw bounding boxes around detected objects. The default value is false.
show_motionbooleantrue to draw contours for detected motion. The default value is false.
show_confidence_levelsbooleantrue to draw confidence levels for object descriptions. The default value is false.
show_alert_textbooleantrue to show "Alert" text when alert conditions are met. The default value is true.