Image On/Off Switch

From Visuino
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.