nodes: - id: webcam operator: python: webcam.py inputs: tick: dora/timer/millis/50 outputs: - image - id: object_detection operator: python: object_detection.py send_stdout_as: stdout inputs: image: webcam/image outputs: - bbox - stdout - id: plot operator: python: plot.py inputs: image: webcam/image bbox: object_detection/bbox object_detection_stdout: object_detection/stdout