makepad/libs/ai/livepipe/Cargo.toml
Admin c3f631d4e3 livepipe: one reusable pipe from a camera to a fleet node and back
Source (webcam by device, a still for tests), one VideoToolbox encoder
session per run for the H.264 wire with raw as the fallback, the hub
realtime session on a node chosen by domain, typed events (status,
connected, aux, rate, ended) through a mailbox to any consumer. The
sandbox's mocap is the first; fabric is next.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-02 13:18:36 +02:00

12 lines
400 B
TOML

[package]
name = "makepad-livepipe"
version = "0.1.0"
edition = "2021"
description = "A live picture pipe to the ai-hub fleet: camera or still in, per-frame results back"
[dependencies]
makepad-widgets = { path = "../../../widgets" }
makepad-video = { package = "makepad-platform-video", path = "../../../platform/video" }
makepad-ai-hub = { path = "../hub", default-features = false }
[workspace]