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.
|
- nodes:
- - id: webcam
- build: pip install -r ../../nodes_hub/opencv-webcam/requirements.txt
- path: ../../nodes_hub/opencv-webcam/webcam.py
- inputs:
- tick:
- source: dora/timer/millis/50
- queue_size: 1000
- outputs:
- - image
-
- - id: plot
- path: dynamic
- inputs:
- image: webcam/image
|