Image Demux(Multiple Output channel Switch)
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
- File:TArduinoImageCategory.png Category Image – Components related to image stream routing
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]**.