Motion-contact-sheet – give a coding agent eyes for motion
Turns temporal animation bugs into static images that vision models can actually read and debug.

Ultrasonic 6DOF tracking works where optical systems fail in dark environments.
Industrial engineers, VR developers, plant construction teams
OptiTrack · Vicon · SteamVR Lighthouse
Turns temporal animation bugs into static images that vision models can actually read and debug.
Physics claim requires peer review; Go Playground snippet isn't a publishable project.
Screen Studio alternative at 20MB with manual zoom anchors and native macOS performance.
Open-source acoustic camera built on a Pico 2W visualizes sound waves directly.
Microphone audio is captured in the browser as PCM and streamed over WebSockets to a Node server that pipes live segments into Mistral's Voxtral realtime API, then immediately hits DeepL for translation — a straightforward, usable demo of live STT->MT. It isn't reinventing the wheel, but the repo bundles the full flow (browser keys, Docker, server.mjs, and UI) so you can spin up an end-to-end test quickly; main downside is it's an integration demo that depends on external API keys and limits for real-world scale.
This nails the ugly, practical bits most toy projects skip: WASAPI loopback for Teams audio, a Silero VAD ring buffer to only save speech segments, and robust sleep/device-recovery with exponential backoff. It combines local whisper-rs transcription with optional Azure-based pipelines and scheduled ACS email summaries — a focused, pragmatic tool for people who actually need continuous meeting capture without sending everything to a SaaS.