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

PropertyDescriptionTypeDefaultRequired
show_fpsDisplay frame rate?boolnullNo
show_frame_countDisplay frame count?boolnullNo
show_clockDisplay clock?boolnullNo
clock_formatClock format. Conditional on show_clock being true.string%d %B %Y, %H:%M:%S %p %zNo
timezoneTimezone. 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.enumus/pacificYes
timezone_offsetTimezone offset from GMT. Conditional on timezone being other. Unit: h.floatnullYes
show_textShow custom text at top or bottom of the frame. Options: Disabled (disabled); Top (top); Bottom (bottom).enumdisabledNo
textSpecify text to display. Allows templates, see documentation for supported variables.stringnullNo
show_objectsDisplay 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).enumnullNo
show_object_detailDisplay object detail? Options: Disabled (null); Tracking ID (tracking_id); Confidence (confidence); All (all).enumnullNo
object_typesex. car,person,car.red. Display objects of these types. Leave blank to display all objects.model-labelsnullNo
highlight_object_typesex. car,person,car.red. Highlight objects of these types. Leave blank to highlight no objects.model-labelsnullNo
color_schemeSelect 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_metadataDisplay selected metadata?boolnullNo
log_metadataLog metadata to Console?boolnullNo
meta_listDisplay/log only specified metadata. Leave blank to process all metadata.stringnullNo

Output Metadata

Node does not insert any output metadata; upstream metadata continues through the pipeline


Did this page help you?