documentation

Visometry.VisionLib.SDK.Core.DebugImage Class Reference

The DebugImage can be used to visualize debug images using the Unity GUI system. More...

Inherits MonoBehaviour.

Public Member Functions

void ShowDebugImage (bool show)
 
void ToggleDebugImageVisibility ()
 Turns the debug image on or off Triggered with voice command
 

Data Fields

GameObject imageObject
 Target object with the RawImage component for displaying the debug image.
 

Detailed Description

The DebugImage can be used to visualize debug images using the Unity GUI system.

Please use the VLDebugImage prefab. It will ensure the correct object hierarchy.