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.