Add headless wgpu vision and camera controls
Some checks failed
CI / rust-skia (Rust only) (push) Has been cancelled
CI / required (push) Has been cancelled

This commit is contained in:
2026-08-22 11:36:34 +02:00
parent 0dd2ca5824
commit c101007362
19 changed files with 1250 additions and 56 deletions

View File

@@ -119,9 +119,15 @@ avatar session -> persistent Mentra agent -> Responses SSE / compaction / memory
| |
| +-> AuthorizedToolBackend
+-> one-shot Mentra safety reviewer when required
scene snapshot -> cached headless wgpu color/depth render -> JPEG -> Mentra image
`-> deterministic software fallback
```
The package has no build script or direct native dependency. The focused
The package has no build script. Its cross-platform `wgpu` path uses the
platform graphics backend selected by wgpu and requires no window or display;
the software fallback remains available when adapter creation or rendering
fails. The focused
`dependency_policy` test rejects subprocess launch sites, unsafe/native ABI
source, build scripts, and unreviewed direct dependency names in this package.
The precise LLM compatibility and cancellation contract is documented in