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>
12 lines
400 B
TOML
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]
|