Repeat Image
Summary
The **Repeat Image** component repeats an image input a specified number of times.
Description
This component takes an image input and outputs it multiple times according to the configured count. It is useful when duplicating or broadcasting an image to multiple consumers for further processing, storage, or visualization.
Diagram:
Properties
- Enabled (boolean) – Enables or disables the repeat function.
- Count (integer) – Number of times the image input is repeated.
Pins
Input Pins
- in (Image) – Input image value.
Output Pins
- out (Image) – Output repeated image value.
Categories
- File:TArduinoImageCategory.png Category Image – Image data components.