Created
October 9, 2024 09:55
-
-
Save haixuanTao/b0399d7b82273c4d2a32d4394bd80942 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nodes: | |
- id: camera | |
build: pip install opencv-video-capture | |
path: opencv-video-capture | |
inputs: | |
tick: dora/timer/millis/20 | |
outputs: | |
- image | |
env: | |
CAPTURE_PATH: 0 | |
IMAGE_WIDTH: 640 | |
IMAGE_HEIGHT: 480 | |
- id: plot | |
build: pip install opencv-plot | |
path: opencv-plot | |
inputs: | |
image: | |
source: camera/image | |
queue_size: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment