Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

VisionDebugComponent

Shows the frame sent to it. This is primarily for debugging purposes, see the vision debugging docs for more general configuration.

Inputs

Primary input (Buffer): the image to show.

Outputs

None.

Configuration

Appears in configuration files with type = "vision-debug".

Additional fields:

  • mode (auto | none | save | show): what to do with images we receive (defaults to auto):
    • auto: use the configured default, or none
    • none: ignore this image
    • save: save this image to a given path
    • show: create a new window showing this image
  • path (string, requires mode = "save"): see the debug.default_path documentation
  • show (string, requires mode = "show"): see the debug.default_title documentation