Image Demux(Multiple Output channel Switch)

From Visuino
Revision as of 04:46, 14 August 2025 by Visuino (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoImageDemux.png

Summary

Routes a single image input to one of multiple outputs based on the **Select** value.

Description

The **Image Demux** component splits an image stream into **N** possible outputs. The active output is chosen by the **Select** input (0‑based index). Configure the number of outputs in **Output Pins**.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.
  • Output Pins – Unsigned integer – number of image outputs to generate.
  • Initial Channel – Unsigned integer – which output index is active on start (0-based).

Pins

  • In – Image input stream.
  • Select – Unsigned integer – selects which output receives the input image.
  • Out[n] – Image output at index **n**, where **n ∈ [0..Output Pins−1]**.