Image Mux(Multi channel Switch)

From Visuino
Jump to navigation Jump to search

File:TArduinoImageMux.png

Summary

Selects one of multiple image inputs to route to the output.

Description

The **Image Mux** component routes one of **N** image inputs to **Out**. The selected input index is provided over the **Select** pin (0‑based). Configure how many inputs you need with **Input Pins** and optionally specify **Initial Channel**.

Diagram:

Categories

Properties

  • Input Pins – Unsigned integer – number of image inputs.
  • Initial Channel – Unsigned integer – the input index initially selected (0‑based).

Pins

  • Select – Unsigned integer – selects which **In[n]** is routed.
  • In[n] – Image input at index **n**, where **n ∈ [0..Input Pins−1]**.
  • Out – Selected image output.