Image Toggle Switch

From Visuino
Revision as of 05:59, 14 August 2025 by Visuino (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File: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.

Diagram:

Categories

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.