Image Demux(Multiple Output channel Switch): Difference between revisions
Jump to navigation
Jump to search
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..." |
(No difference)
|
Revision as of 04:20, 14 August 2025
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.