NodesProcess
Draw Detected Objects
Slot Usage: 0
Overview
Draw Detected Objects node draws rectangular detections onto an input image and returns the overlay frame.
Use this node when an upstream detector disables overlay, or when you want a dedicated visualization step after transforms such as Detected Objects Transform.
Input
Input Image
image requiredThe image frame to draw on. Connect this to a camera or upstream image output.
Rectangular Objects
array requiredList of rectangular detection objects to draw. Each object must include at least a Bounding Box (bbox: [x, y, width, height]). Label uses a default when missing.
Output
Overlay Image
imageOutput frame with detected object boxes and labels drawn.