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.

dataflow_dynamic.yml 328 B

123456789101112131415
  1. nodes:
  2. - id: webcam
  3. build: pip install -r ../../nodes_hub/opencv-webcam/requirements.txt
  4. path: ../../nodes_hub/opencv-webcam/webcam.py
  5. inputs:
  6. tick:
  7. source: dora/timer/millis/50
  8. queue_size: 1000
  9. outputs:
  10. - image
  11. - id: plot
  12. path: dynamic
  13. inputs:
  14. image: webcam/image