You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- communication:
- zenoh:
- prefix: /example-python-dataflow
-
- nodes:
- - id: node-1
- operators:
- - id: python_webcam
- python: webcam_operator.py
- inputs:
- timer: dora/timer/millis/100
- outputs:
- - image
-
- - id: node-2
- operators:
- - id: python_plot
- python: plot_cv2.py
- inputs:
- image: node-1/python_webcam/image
|