Trigger Solink Event

Trigger an Event in Solink

Overview

This node triggers an Event in Solink based on events generated by previous nodes, or a custom trigger condition. This event can be used to build dashboards, review alerts and more.

The event_source property controls how this node is triggered:

  • built_in (Events from previous nodes): Sends a Solink Event when other nodes in the pipeline (such as annotate_line_counter, event, etc.) generate events. The event names from the previous nodes are used as the event message.
  • custom (Custom Event): Sends a Solink Event with the configured message when the trigger condition evaluates to true.

Inputs & Outputs

  • Inputs : 1, Media Format : Raw Video
  • Outputs : 1, Media Format: Raw Video
  • Output Metadata : None

Properties

PropertyDescriptionTypeDefaultRequired
solink_ipSolink IP address or host namestringnullYes
solink_portSolink Portnumber33666Yes
event_sourceGenerate Solink Events from events generated by other nodes or a Custom defined event. Options: Events from previous nodes (built_in); Custom Event (custom).enumcustomYes
triggerSend an event to Solink when this condition evaluates to true. Conditional on event_source being custom.trigger-conditionnullYes
event_typeEvent type. Options: Alert (alert): Send message specified below as an alert; Metrics (metrics): Send metadata from other nodes in this pipeline; Alert and Metrics (alert_and_metrics): Send message specified below and metadata from other nodes in this pipeline.enumalertNo
messageIf specified, includes the message along with the event sent to Solink. When Source is "Events from previous nodes", the triggering event names are used as the message. Conditional on event_source being custom.stringnullNo
intervalMin. time between consecutive events. Unit: seconds.number0Yes
batchBatch metadata?boolfalseNo

Output Metadata

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

Solink Configuration

You will need to contact your Solink support team to setup Solink to receive Lumeo events.


Did this page help you?