Are you sure you want to delete this task? Once this task is deleted, it cannot be recovered.
|
|
9 months ago | |
|---|---|---|
| .. | ||
| tests | 10 months ago | |
| video_encoder | 10 months ago | |
| README.md | 10 months ago | |
| pyproject.toml | 9 months ago | |
| uv.lock | 10 months ago | |
Simple Camera node that uses OpenCV to capture images from a camera. The node can be configured to use a specific camera
id, width and height.
It then sends the images to the dataflow.
nodes:
- id: video_encoder
path: encoder.py # modify this to the relative path from the graph file to the client script
inputs:
# image: some image from other node
# episode_index: some episode index from other node
outputs:
- image
env:
VIDEO_NAME: cam_up
VIDEO_WIDTH: 640
VIDEO_HEIGHT: 480
FPS: 30
This library is licensed under the Apache License 2.0.
DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl
Rust Python TOML Markdown C other