Test My Webcam

Test your webcam with a live preview, resolution, and FPS info

Webcam Test

Ready

Click start to test your webcam

No video feed

How it works

This tool uses navigator.mediaDevices.getUserMedia() to request access to your webcam. The live video feed is displayed using an HTML5 <video> element. Resolution is read from the video track's videoWidth and videoHeight properties. FPS is measured by counting frames via requestAnimationFrame. All processing happens locally in your browser — no video data is sent anywhere.

How to Test Your Webcam

Click the button above to start your camera preview. Once active, you'll see a live video feed along with your camera's resolution, frame rate, and device name. This tells you everything you need to know: is the camera working, is the image clear, and is the resolution high enough for video calls?

For video calls, 720p (1280×720) is the sweet spot — it looks good without using excessive bandwidth. Most modern laptops have 720p or 1080p built-in cameras. If your camera shows a lower resolution, check your browser settings or try a different browser. External USB webcams often support higher resolutions and better frame rates than built-in laptop cameras.

Common Webcam Problems and Fixes

Webcam Tips for Better Video Quality

Lighting is everything. A $30 webcam with good lighting looks better than a $200 webcam in a dark room. Use soft, diffused light from in front of you. Ring lights work well but even a well-positioned desk lamp makes a big difference. Avoid overhead fluorescent lighting, which creates unflattering shadows under your eyes.

Position your camera at eye level. Laptop cameras below eye level create an unflattering up-the-nose angle. Stack your laptop on books or use a laptop stand to bring the camera to eye level. For external webcams, mount them on top of your monitor. Before your next call, run a quick pre-meeting check to verify everything looks good.

Frequently Asked Questions

Is my webcam video sent to any server?
No. This tool runs entirely in your browser using the MediaDevices API. Your video feed is processed locally and never leaves your device. No data is uploaded, recorded on our end, or shared with anyone.
Why is my webcam not working?
Common reasons: 1) You haven't granted camera permission — click 'Allow' when prompted. 2) Another app is using the webcam (close Zoom, Teams, etc.). 3) Your browser doesn't support the MediaDevices API. 4) The webcam is physically disabled or disconnected.
How do I change which camera is used?
If you have multiple cameras (e.g., built-in plus external), you can select the desired camera from the dropdown that appears after granting permission. The tool lists all available video input devices.
What resolution is my webcam recording at?
The tool displays your webcam's active resolution in pixels (width × height). Most built-in laptop webcams record at 720p (1280×720) or 1080p (1920×1080). External webcams may support higher resolutions.

You might also like