Display Stream Info
Display stream meta and info on the video stream
Overview
Displays metadata on the video stream
Inputs & Outputs
- Inputs : 1, Media Format : Raw Video
- Outputs : 1, Media Format: Raw Video
- Output Metadata : None
Properties
| Property | Description | Type | Default | Required |
|---|---|---|---|---|
show_fps | Display frame rate? | bool | null | No |
show_frame_count | Display frame count? | bool | null | No |
show_clock | Display clock? | bool | null | No |
clock_format | Clock format. Conditional on show_clock being true. | string | %d %B %Y, %H:%M:%S %p %z | No |
timezone | Timezone. Options: US/Pacific (us/pacific); US/Central (us/central); US/Mountain (us/mountain); US/Eastern (us/eastern); Other (other). Conditional on show_clock being true. | enum | us/pacific | Yes |
timezone_offset | Timezone offset from GMT. Conditional on timezone being other. Unit: h. | float | null | Yes |
show_text | Show custom text at top or bottom of the frame. Options: Disabled (disabled); Top (top); Bottom (bottom). | enum | disabled | No |
text | Specify text to display. Allows templates, see documentation for supported variables. | string | null | No |
show_objects | Display objects? Options: Disabled (disabled); Bottom Left Label (bottom_left); Bottom Right Label (bottom_right); Top Left Label (top_left); Top Right Label (top_right); Inside Top Left Label (top_left_inside); Inside Bottom Left Label (bottom_left_inside). | enum | null | No |
show_object_detail | Display object detail? Options: Disabled (null); Tracking ID (tracking_id); Confidence (confidence); All (all). | enum | null | No |
object_types | ex. car,person,car.red. Display objects of these types. Leave blank to display all objects. | model-labels | null | No |
highlight_object_types | ex. car,person,car.red. Highlight objects of these types. Leave blank to highlight no objects. | model-labels | null | No |
color_scheme | Select a color palette for the object types. Use * to match all object types, *.attribute for objects with the specified attribute, or object_type.attribute for a specific object type with the specified attribute. Colors can be specified as R,G,B values or names. | json | {"*": "51,197,255", "highlight": "242,109,109"} | No |
show_metadata | Display selected metadata? | bool | null | No |
log_metadata | Log metadata to Console? | bool | null | No |
meta_list | Display/log only specified metadata. Leave blank to process all metadata. | string | null | No |
Output Metadata
Node does not insert any output metadata; upstream metadata continues through the pipeline
Updated 3 days ago
Did this page help you?
