HomeAppsOnline webcam mirror
Everyday tool

Online webcam mirror

Use your webcam as a mirror in the browser. Flip, switch cameras, and download a PNG snapshot—video stays on your device.

Loading tool…

Loading Preparing tool…

How to use

Follow these steps for a clear answer.

1

Start the camera

Allow camera access for a live mirrored preview on this device.

2

Adjust view

Toggle mirror flip, switch front/back camera when available.

3

Snapshot or stop

Download a PNG snapshot, then Stop to turn the camera off.

Online mirror specification

Version 2.0.0 · Last reviewed 2026-07-28

Definition
An online mirror shows a live webcam preview, typically horizontally flipped to match a real mirror.
What it calculates
Live MediaStream preview with optional flip, facing-mode switch, and PNG snapshot.
Inputs
  • Start / Stop camera
  • Mirror flip checkbox
  • Switch camera (user / environment)
  • Snapshot
Outputs
  • Live video element
  • Optional PNG download
Formula
getUserMedia({ video: { facingMode } }) → video.srcObject

The Online webcam mirror turns your camera into a quick mirror for makeup, clothing checks, or demos. Start the camera, optionally flip or switch lenses, and Snapshot to save a PNG—preview and controls are ready on the first screen.

Assumptions
  • Requires HTTPS or localhost for camera access in modern browsers.
  • Snapshot draws the current video frame to a canvas.
Units
  • Video pixels; PNG image
Boundary conditions
  • Permission denied blocks the stream.
  • Devices without a second camera ignore facing switch gracefully.
Example
Start camera → mirrored selfie → Snapshot PNG
Validation cases
  • Stop → Tracks stop; preview clears
  • Uncheck Mirror → Video not flipped
Sources
  • MediaDevices getUserMedia
Last reviewed
2026-07-28
Calculation version
2.0.0

Frequently asked questions

Key distinctions behind the tool.

Is the camera feed uploaded?

No. Video is shown only in your browser and never sent to CalculatorX servers.

Why is the image mirrored?

Mirror (flip) is on by default so it behaves like a bathroom mirror. Uncheck to see the raw camera view.

Can I use the back camera on a phone?

Try Switch camera. Support depends on the device and browser.

How do I save a still?

Press Snapshot to download a PNG of the current frame.

What if permission is blocked?

Allow camera access in browser settings for this site, then Start camera again.