All work — Computer vision — 2026
Cam Chaos Booth
Twelve real-time webcam effects in one booth, each a separate shader-style pass over the camera feed.
The problem
Effect playgrounds tend to ship one gimmick.
How I approached it
Effects are written as interchangeable per-frame passes against a shared canvas pipeline, so adding a thirteenth is a single module.
The outcome
A dozen distinct looks with consistent performance.
Camera access: this one asks for your webcam and runs entirely in your browser — no video is uploaded or stored anywhere.
Next project