USB Webcam Compatibility with LockDown Browser on Mac (Logitech, Razer, Generic)
Quick compatibility table
| Webcam | Status | Caveat |
|---|---|---|
| MacBook built-in (FaceTime / Studio) | ✓ Best baseline | None |
| Logitech C920 / C920 Pro | ✓ | Most compatible external; widely supported |
| Logitech C922 Pro | ✓ | Same family; works equally well |
| Logitech BRIO 4K | ⚠ Requires Logi Tune on Sequoia 15.4+ | Without Logi Tune, fails detection |
| Logitech StreamCam | ✓ | 1080p/60fps; works correctly |
| Razer Kiyo Pro | ⚠ Recommended Razer Synapse installed | Auto-exposure can confuse face detection |
| Insta360 Link | ✓ | Standard UVC mode; needs Insta360 Link app for AI tracking |
| Apple Studio Display webcam | ✓ | Native; treated like built-in |
| Continuity Camera (iPhone) | ✓ | Sequoia 15+; iPhone must be unlocked + in range |
| Generic UVC USB webcam (no-name) | ⚠ Variable | Some fail Monitor face detection |
| Built-in laptop webcam (older MacBooks) | ✓ | 720p but compatible |
Why external webcams sometimes fail
Three failure modes:
- TCC Camera permission grants for the wrong device. macOS's TCC system grants per-app, not per-camera. LDB has Camera permission; whichever camera is selected as system default is the one Monitor uses.
- AVFoundation property mismatch. Some webcams expose unusual capture format combinations. Monitor's face-detection pass requires specific YUV formats; some webcams default to formats that the detector doesn't handle.
- Driver / companion app required. Logitech BRIO 4K, Razer Kiyo Pro, and Insta360 Link all benefit from their companion apps to set the correct mode before LDB launches.
Selecting the correct webcam before LDB launches
The system default camera is what Monitor uses. To set it:
- Quit LDB if running.
- Open FaceTime (or Photo Booth if you prefer).
- Menu bar: Video → select your preferred camera.
- macOS persists this selection across apps that don't have their own camera picker.
- Quit FaceTime / Photo Booth (you don't want them running during the exam - they may hold the camera).
- Launch LDB. The system check uses the camera you just selected.
Logitech BRIO 4K specifically (Sequoia 15.4+)
The most reported compatibility issue in 2026. Symptom: BRIO 4K shown in System Settings → Privacy → Camera; LDB has permission; but Monitor's system check fails with "Camera not detected".
Cause: macOS Sequoia 15.4 changed AVFoundation property exposure for cameras with multiple sensor modes. Logitech's BRIO 4K driver requires a one-time initialization from Logi Tune (Logitech's utility) before TCC reflects the camera correctly.
Fix:
- Download Logi Tune from logitech.com/software/logitune.
- Install + launch once.
- In Logi Tune, confirm the BRIO 4K is recognized.
- Quit Logi Tune.
- Launch LDB. The BRIO 4K now responds correctly.
Razer Kiyo Pro caveat
Kiyo Pro's adaptive HDR + auto-exposure can confuse Monitor's face detection in challenging lighting. Symptom: face flagged as missing intermittently during exam.
Mitigations:
- Install Razer Synapse and disable Adaptive Light Sensor.
- Set fixed exposure compensation in Razer Synapse before exam.
- Use plain front-facing lighting (see facial detection page).
Generic / no-name webcams
Cheap "1080p USB webcam" cameras from Amazon often miss critical AVFoundation capabilities. Symptoms: webcam works in Photo Booth but Monitor's face-detection times out.
Three options:
- Use the built-in MacBook camera instead. Almost always reliable.
- If you must use external: borrow a Logitech C920 or similar - that family is known-compatible.
- Test in advance with the practice exam your instructor enabled.
Continuity Camera (iPhone as webcam)
Supported since macOS Ventura 13.0+ + iOS 16+. Procedure:
- Sign in to the same Apple ID on Mac and iPhone.
- iPhone must be near the Mac (Bluetooth + Wi-Fi range).
- iPhone is unlocked OR in the special Continuity Camera mode.
- Open FaceTime → Video → select your iPhone.
- Quit FaceTime; launch LDB. Monitor uses iPhone as the camera.
Caveat: iPhone may go to sleep mid-exam if you don't set it to "stay on while connected". Battery drain on iPhone during a 90-min exam is ~30%.
Frequently asked questions
Should I use my MacBook built-in or an external USB webcam?
Built-in is usually safer - no driver dependencies, no compatibility surprises. Use external if your built-in is broken, or if you want better video quality (but verify with practice exam first).
Will Respondus Monitor work with a 4K webcam?
Yes, but Monitor downsamples to 480p / 720p for upload. The 4K capability is wasted; use a quality 1080p instead.
My USB webcam works in Zoom but not in LDB. Why?
Zoom and LDB use different AVFoundation paths. Zoom is more permissive about webcam quirks; LDB's Monitor face-detection is stricter. Test specifically in Photo Booth (which is the closest to LDB's capture path) before declaring "it works".