Effects
Overlay settings applied to returned or recorded images and video frames.
Example
{
"show_motion": false,
"show_bounding_boxes": true,
"show_bounding_box_labels": true,
"show_lines": true,
"show_regions": true,
"show_preliminary_detections": false,
"show_validated_detections": true,
"blur_non_validated_detections": false,
"show_confidence_levels": true,
"show_object_count": false,
"show_frame_number": false,
"show_track_id": false,
"show_alert_text": true,
"font_scale": 0.7
}
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 before validation. |
show_validated_detections | boolean | Show validated detections. |
blur_non_validated_detections | boolean | Blur detections that did not validate. |
show_confidence_levels | boolean | Show confidence values in overlays. |
show_object_count | boolean | Show object-count overlays. |
show_frame_number | boolean | Show frame numbers. |
show_track_id | boolean | Show tracking IDs. |
show_alert_text | boolean | Show alert text when alert conditions are met. |
font_scale | number | Font scale used for overlay text. |