Image Snapshot

From Visuino
Revision as of 06:07, 14 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoImageSnapshot.png == Summary == Takes a snapshot of the image stream when triggered. == Description == The **Image Snapshot** component captures and holds a single frame from the **In** image stream whenever a clock event arrives on **Snapshot**. The captured frame is provided on **Out** until a new snapshot is taken. <b>Diagram:</b> Image:TArduinoImageSnapshot.Preview.png == Categories == *Image:TArduinoImageCategory.png Category Imag...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoImageSnapshot.png

Summary

Takes a snapshot of the image stream when triggered.

Description

The **Image Snapshot** component captures and holds a single frame from the **In** image stream whenever a clock event arrives on **Snapshot**. The captured frame is provided on **Out** until a new snapshot is taken.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

  • Snapshot – Clock/boolean – capture on rising edge.
  • In – Image input stream to sample.
  • Out – Latched image output (the last captured frame).