Camera Quality Check

A free test page that grades how you actually look on a video call - not the resolution printed on the box, but the frame rate your workstation really delivers plus your exposure and backlight. It catches the two most common complaints: "I look dark and washed out" (backlit, sitting in front of a window) and "I look laggy" (a 1080p camera dropping to 8 fps because the CPU is starved). Runs entirely in this browser; no video leaves your computer.

Privacy: Every frame is analyzed locally in this browser tab and thrown away - the frame-rate count, the luminance histogram, and the backlight check all run on-device. No frame or image is uploaded, and the report contains only numbers. View source to verify.

Configuration

Analysis via getUserMedia + requestVideoFrameCallback + Canvas

Takes about 6 seconds. The preview and all analysis stay on this device; no frame is uploaded. Sit where you normally would for a call before running.

Status Check Step
Pending

Camera permission and live preview

Requesting camera access via getUserMedia, then showing a live preview.

1 of 3

Live preview. The frame-rate count, exposure, and backlight checks all run on these frames in this browser only. Nothing is uploaded.

Live preview
Pending

Delivered frame rate vs advertised

Counting real presented frames over a 2.5-second sample and comparing to the rate the camera claims.

2 of 3
Pending

Lighting: exposure and backlight

Building a luminance histogram and comparing your face area to the background.

3 of 3