Image On/Off Switch: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoImageSwitch.png == Summary == Enables or disables the image stream based on a boolean control. == Description == The **Image Switch** (On/Off) component passes the image through only when **Enable** is **True**. When disabled, no image is produced at the output. <b>Diagram:</b> Image:TArduinoImageSwitch.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Image – Signal gating / enabling == Properties == *'''Ena..." |
(No difference)
|
Latest revision as of 06:00, 14 August 2025
Summary
Enables or disables the image stream based on a boolean control.
Description
The **Image Switch** (On/Off) component passes the image through only when **Enable** is **True**. When disabled, no image is produced at the output.
Diagram:
Categories
- File:TArduinoImageCategory.png Category Image – Signal gating / enabling
Properties
- Enabled – When **False**, the component is disabled.
- InitialEnabled – Boolean – initial state of the **Enable** control.
Pins
- In – Image input stream.
- Enable – Boolean control – when **True**, the input image is forwarded.
- Out – Image output stream.