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 toauto):auto: use the configured default, ornonenone: ignore this imagesave: save this image to a given pathshow: create a new window showing this image
path(string, requiresmode = "save"): see thedebug.default_pathdocumentationshow(string, requiresmode = "show"): see thedebug.default_titledocumentation