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.yml 521 B

1234567891011121314151617181920212223242526272829
  1. communication:
  2. zenoh:
  3. prefix: example-python-dataflow
  4. nodes:
  5. - id: webcam
  6. custom:
  7. source: ./webcam.py
  8. inputs:
  9. tick:
  10. source: dora/timer/millis/100
  11. queue_size: 1000
  12. outputs:
  13. - image
  14. - id: object_detection
  15. custom:
  16. source: ./object_detection.py
  17. inputs:
  18. image: webcam/image
  19. outputs:
  20. - bbox
  21. - id: plot
  22. custom:
  23. source: ./plot.py
  24. inputs:
  25. image: webcam/image
  26. bbox: object_detection/bbox

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl