Image Toggle Switch: Difference between revisions

From Visuino
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 edit summary
 
Line 1: Line 1:
[[Image:TArduinoImageSwitch.png]]
[[Image:TArduinoImageToggleSwitch.png]]


== Summary ==
== Summary ==


Enables or disables the image stream based on a boolean control.
Selects between two image inputs with a boolean toggle; remembers the last selection.


== Description ==
== Description ==


The **Image Switch** (On/Off) component passes the image through only when **Enable** is **True**.
The **Image Toggle Switch** selects between the **True** and **False** image inputs based on the **select** control.
When disabled, no image is produced at the output.
It remembers the last chosen side and can start from a predefined **Initial Select Value**.


<b>Diagram:</b>
<b>Diagram:</b>


[[Image:TArduinoImageSwitch.Preview.png]]
[[Image:TArduinoImageToggleSwitch.Preview.png]]


== Categories ==
== Categories ==


*[[Image:TArduinoImageCategory.png]] [[Category Image]] – Signal gating / enabling
*[[Image:TArduinoImageCategory.png]] [[Category Image]] – Two-way image selection


== Properties ==
== Properties ==


*'''Enabled''' – When **False**, the component is disabled.
*'''Enabled''' – When **False**, the component is disabled and no image is produced.
*'''InitialEnabled''' – Boolean – initial state of the **Enable** control.
*'''Initial Select Value''' – Boolean – the initial state used to choose between **True** and **False** inputs.


== Pins ==
== Pins ==


*'''In''' – Image input stream.
*'''select''' – Boolean control input.
*'''Enable''' – Boolean control – when **True**, the input image is forwarded.
*'''True''' – Image input used when **select** is **True**.
*'''Out''' – Image output stream.
*'''False''' – Image input used when **select** is **False**.
*'''Out''' – Selected image output.

Latest revision as of 06:05, 14 August 2025

File:TArduinoImageToggleSwitch.png

Summary

Selects between two image inputs with a boolean toggle; remembers the last selection.

Description

The **Image Toggle Switch** selects between the **True** and **False** image inputs based on the **select** control. It remembers the last chosen side and can start from a predefined **Initial Select Value**.

Diagram:

Categories

Properties

  • Enabled – When **False**, the component is disabled and no image is produced.
  • Initial Select Value – Boolean – the initial state used to choose between **True** and **False** inputs.

Pins

  • select – Boolean control input.
  • True – Image input used when **select** is **True**.
  • False – Image input used when **select** is **False**.
  • Out – Selected image output.