Hardware Check + Live Control
Digital PTZ Controller
Very few webcams can physically pan, tilt, or zoom — that is a conferencing-room-camera feature, not a standard desk-webcam one. This checks whether yours is one of the exceptions using the same MediaTrackConstraints your camera driver reports to any app, and gives you working sliders either way: real hardware control if it exists, and a software crop-and-scale fallback if it does not, clearly labelled as digital so the two are never confused.
Step 1
Hardware PTZ
- Hardware PTZ supported:—
Start the camera above to check.
Step 2
Digital Pan, Tilt & Zoom
Works on any camera. This crops and scales the live frame in software — quality trades off against zoom level, unlike hardware PTZ above.
Notes
Why hardware and digital PTZ are not the same
A hardware PTZ camera physically repositions its lens or sensor, so a 3x optical zoom still reads every pixel it captures at full resolution — the image simply covers a narrower field of view. Digital PTZ instead crops a region out of the frame you already have and stretches it back up to fill the display, which means the effective resolution drops as you zoom in. Both are genuinely useful; they are just not interchangeable, which is why this page checks for real hardware support first rather than quietly defaulting to a software crop and calling it the same thing.
Which cameras actually have hardware PTZ
| Camera type | Hardware PTZ? |
|---|---|
| Conferencing-room cameras (Logitech PTZ Pro, Meetup, similar) | Usually yes |
| Most desk webcams | Fixed-lens — use Digital PTZ instead |
| Phone-as-webcam (Continuity Camera, DroidCam, etc.) | Generally not exposed to the browser |
Step-by-Step
How to Check and Use PTZ
- Click "Start Camera" and allow access when prompted.
- Check the Hardware PTZ badge to see if your camera reports real optical support.
- If hardware PTZ is available, use the pan/tilt/zoom controls directly — image quality stays constant.
- If not, use the Digital PTZ controls instead — a software crop that works on any camera, with the trade-off of reduced resolution when zoomed in.
Common Questions