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.

rgb-dev.yml 612 B

7 months ago
7 months ago
7 months ago
1234567891011121314151617181920212223242526
  1. nodes:
  2. - id: camera
  3. build: pip install -e ../../node-hub/opencv-video-capture
  4. path: opencv-video-capture
  5. inputs:
  6. tick: dora/timer/millis/100
  7. outputs:
  8. - image
  9. env:
  10. CAPTURE_PATH: 0
  11. - id: dora-mediapipe
  12. build: pip install -e ../../node-hub/dora-mediapipe
  13. path: dora-mediapipe
  14. inputs:
  15. image: camera/image
  16. outputs:
  17. - points2d
  18. - id: plot
  19. build: pip install -e ../../node-hub/dora-rerun
  20. path: dora-rerun
  21. inputs:
  22. image: camera/image
  23. # Make sure to add a 2d viewer to see the points
  24. points2d: dora-mediapipe/points2d