A collection of Dora dataflow nodes for computer vision pipelines using Kornia-RS.
This repository contains ready-to-use Dora nodes for building computer vision applications:
- Camera capture nodes - Get video streams from webcams and IP cameras
- Image processing nodes - Apply filters and transformations to images
- Visualization nodes - Display results in real-time viewers
The nodes are designed to work together in dataflow pipelines. Build them with:
cargo build --release
Each node can be configured through environment variables and connected via Dora's dataflow system.
Built with:
Apache License 2.0 - see LICENSE for details.