Image Multi Source

From Visuino
Revision as of 07:22, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoImageMultiSource.png == Summary == Replicates a single image input to multiple outputs; you choose how many outputs. == Description == The **Image Multi Source** component takes one image stream on **In** and fans it out to **N** identical outputs. Configure the number of outputs via **Output Pins**. Each **Out[n]** carries the same frames and timing as the input. <b>Diagram:</b> Image:TArduinoImageMultiSource.Preview.png == Categories == *[...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoImageMultiSource.png

Summary

Replicates a single image input to multiple outputs; you choose how many outputs.

Description

The **Image Multi Source** component takes one image stream on **In** and fans it out to **N** identical outputs. Configure the number of outputs via **Output Pins**. Each **Out[n]** carries the same frames and timing as the input.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Output Pins – Unsigned integer – number of image outputs to generate.

Pins

  • In – Image input stream.
  • Out[n] – Image outputs at index **n**, where **n ∈ [0..Output Pins−1]** (all identical copies of **In**).