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.

README.md 228 B

12345678910
  1. # Quick example on how to use a camera
  2. Make sure to have, dora and pip installed.
  3. ```bash
  4. uv venv -p 3.11 --seed
  5. uv pip install -e ../../apis/python/node --reinstall
  6. dora build dataflow.yml --uv
  7. dora run dataflow.yml --uv
  8. ```