Image Demux(Multiple Output channel Switch)

From Visuino
Revision as of 04:20, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoImageDemux.png == Summary == Routes a single image stream to one of several output channels based on a selection index. == Description == The Image Demultiplexer component takes an image at its In pin and directs it to one of its configurable output pins (Out[0], Out[1], etc.). The specific output channel is chosen by the integer value received at the Select pin. For instance, a Select value of 0 routes the image to Out[0], a value of 1 routes it to O...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoImageDemux.png

Summary

Routes a single image stream to one of several output channels based on a selection index.

Description

The Image Demultiplexer component takes an image at its In pin and directs it to one of its configurable output pins (Out[0], Out[1], etc.). The specific output channel is chosen by the integer value received at the Select pin. For instance, a Select value of 0 routes the image to Out[0], a value of 1 routes it to Out[1], and so on.

Diagram:

Categories

Properties

  • Enabled – When False, the component is disabled and no image is routed.
  • Output Pins – Sets the number of available output channels.

Pins

  • In – The image input pin.
  • Select – The integer input to select the output channel.
  • Out – The array of image output pins.