Capture photos and record video locally from your webcam
Nothing leaves your device — all capture and encoding happens locally in your browser.
Last photo
Take a photo to see it here.
Last recording
Record a clip to see it here.
How this works
The browser's getUserMedia API streams your camera and microphone directly into a <video> element. Photos are drawn to a <canvas> and exported as PNG. Recordings use MediaRecorder with the best available WebM/MP4 codec. The stream is released when you stop the camera or leave the page.