Extract Image Info

From Visuino
Jump to navigation Jump to search

File:TArduinoExtractImageInfo.png

Summary

Outputs metadata such as width, height, and format from an image stream.

Description

The **Extract Image Info** component inspects the **In** image and exposes its basic metadata on dedicated pins.

Diagram:

Categories

Properties

  • Enabled – Enables or disables the component.

Pins

  • In – Image input stream.
  • Width – Unsigned integer – image width in pixels.
  • Height – Unsigned integer – image height in pixels.
  • Format – Text/enum – pixel format name (e.g., RGB565, RGB888, Grayscale).