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.

realsense-dev.yml 614 B

1234567891011121314151617181920212223242526
  1. nodes:
  2. - id: camera
  3. build: pip install -e ../../node-hub/dora-pyrealsense
  4. path: dora-pyrealsense
  5. inputs:
  6. tick: dora/timer/millis/100
  7. outputs:
  8. - image
  9. - depth
  10. - id: dora-mediapipe
  11. build: pip install -e ../../node-hub/dora-mediapipe
  12. path: dora-mediapipe
  13. inputs:
  14. image: camera/image
  15. depth: camera/depth
  16. outputs:
  17. - points3d
  18. - id: plot
  19. build: pip install -e ../../node-hub/dora-rerun
  20. path: dora-rerun
  21. inputs:
  22. realsense/image: camera/image
  23. realsense/depth: camera/depth
  24. realsense/points3d: dora-mediapipe/points3d