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