| Crates.io | capture_utils |
| lib.rs | capture_utils |
| version | 0.1.0 |
| created_at | 2026-01-03 15:12:18.47923+00 |
| updated_at | 2026-01-03 15:12:18.47923+00 |
| description | Capture helpers and recorder sinks (JSON, overlays, pruning) for the CortenForge stack. |
| homepage | https://github.com/via-balaena/Deep_Poo |
| repository | https://github.com/via-balaena/Deep_Poo |
| max_upload_size | |
| id | 2020296 |
| size | 96,632 |
Shared capture helpers:
JsonRecorder writes frame metadata/labels to disk under run_dir/labels/frame_XXXXX.json (uses data_contracts::CaptureMetadata).generate_overlays renders boxes onto PNGs in a run directory (overlays/).prune_run copies a run to a filtered destination, skipping unwanted frames.Usage
capture_utils as a dependency and construct JsonRecorder for default file-based recording.JsonRecorder by default; you can inject your own sink implementing vision_core::Recorder.Apache-2.0 (see LICENSE in the repo root).