---
title: "Webcam frame rate test"
description: "Measure your webcam's true frame rate by counting delivered frames. Find out why lighting, not your hardware, is almost always what limits it."
url: https://www.test-webcamp.com/webcam-fps-test.html
site: Webcamp
updated: 2026-08-28
---

# Webcam frame rate test

_This measures frame rate by counting frames as they arrive rather than reading a claimed figure from the driver. Watch the number change as you alter the lighting._

## How the measurement works

Most tools report the frame rate the camera claims it is running at. This one counts actual delivered frames using the browser's **requestVideoFrameCallback**, which fires once for every frame that reaches the page, and averages over one second windows.

The difference matters. A camera can report 30 frames per second while delivering 12 because the sensor is struggling in dim light. The claimed figure tells you what the hardware is configured for; the counted figure tells you what you are actually getting.

## What the number means

| Measured rate | Assessment |
| --- | --- |
| Under 10 fps | Very choppy. Almost always poor lighting or a heavily loaded machine. |
| 15 fps | Noticeably jerky but usable for a call. |
| 24 to 30 fps | Normal and smooth. What most webcams target. |
| 60 fps | Very smooth. Only visible on fast movement, and rarely transmitted by calling apps. |

**Try this: change the lighting while the test runs.** Turn on a lamp facing you and watch the number rise, often dramatically. This is the clearest demonstration of why lighting matters more than hardware for video calls.

## Why light controls frame rate

A camera sensor needs a certain amount of light per frame to produce a usable image. In dim conditions it compensates by holding the shutter open longer, and a longer exposure per frame means fewer frames per second. This happens automatically, without any setting, and it is why the same webcam looks smooth by a window and choppy in the evening.

It also explains the motion blur you see on dark video calls: each frame is a longer exposure, so movement smears within the frame itself.

## Other causes of low frame rate

- **CPU load.** Encoding video is demanding. A machine running a build, a game or dozens of browser tabs will drop frames. [Fixing choppy video](https://www.test-webcamp.com/fix/webcam-lag-low-fps.html) covers this in depth.
- **USB bandwidth.** Several devices on one hub can starve a webcam. Plug it directly into the computer.
- **High resolution.** Many cameras deliver 60 fps at 720p but only 30 at 1080p. The sensor cannot read out fast enough for both.
- **Auto-exposure hunting.** Mixed lighting makes some cameras oscillate, causing a visibly uneven rate.

## Improving it

1. **Add light in front of you.** A cheap desk lamp bounced off a wall outperforms almost any camera upgrade.
2. **Avoid backlighting.** A window behind you makes the camera expose for the background and darken your face.
3. **Close heavy applications** before an important call.
4. **Plug the webcam in directly** rather than through a hub or a monitor's USB ports.
5. **Try a lower resolution** if your camera trades resolution for rate.

## Common questions

What frame rate do I need for video calls?

Around 24 to 30 is smooth and is what most calling apps transmit anyway. Below 15 becomes visibly jerky. Above 30 makes very little difference on a call.

Why does my 60 fps webcam show 30?

Usually because it only reaches 60 at lower resolutions, or because there is not enough light. Many cameras advertise their best-case figure at 720p while running 1080p at 30.

The frame rate keeps changing.

That is normal, since cameras adjust exposure continuously. Large swings usually mean mixed lighting causing the auto-exposure to hunt.

Does frame rate affect how I look?

Less than lighting does. A smooth but dark image still looks poor. Fix light first, and the frame rate usually improves at the same time.

## Other checks
