Effects
Reference for the Effects JSON element.
See also: Effects
Example
{
"show_bounding_boxes": true,
"show_regions": true,
"show_alert_text": true
}
Fields
| Field | Type | Description |
|---|---|---|
show_motion | boolean | Draw motion contours. |
show_bounding_boxes | boolean | Draw object bounding boxes. |
show_bounding_box_labels | boolean | Draw labels on bounding boxes. |
show_lines | boolean | Draw configured lines. |
show_regions | boolean | Draw region outlines. |
show_preliminary_detections | boolean | Show preliminary detections. |
show_validated_detections | boolean | Show validated detections. |
blur_non_validated_detections | boolean | Blur non-validated detections. |
show_confidence_levels | boolean | Show confidence values. |
show_object_count | boolean | Show object count overlays. |
show_frame_number | boolean | Show frame numbers. |
show_track_id | boolean | Show track IDs. |
show_alert_text | boolean | Show alert text. |
font_scale | number | Font scale for overlay text. |