Webcam Filters
Apply live filters to your webcam — grayscale, sepia, blur, hue-shift and more — and snap a photo to download. Everything is processed on-device; nothing is recorded or uploaded.
How it works
Your camera stream is drawn onto a <canvas> every frame, and the canvas's filter property applies the effect in real time using the same primitives as CSS filters (grayscale, sepia, blur, hue-rotate and so on). A snapshot simply exports the current canvas as a PNG. All processing happens on your device — nothing is captured to a server or uploaded.