Operating System & Device-Specific Fixes
How to Fix iPhone Continuity Camera Not Showing Up as a Webcam on Mac
Continuity Camera needs several conditions met simultaneously: both devices signed into the same Apple ID with two-factor authentication, Bluetooth and Wi-Fi both switched on on both devices, Handoff enabled in each device's settings, and the iPhone unlocked and reasonably close to the Mac. Missing any single one of these silently prevents the iPhone from ever appearing as a camera option.
Requirements for Continuity Camera on macOS & iOS
Continuity Camera relies on a peer-to-peer connection between your Mac and iPhone that uses both Bluetooth (for initial discovery) and Wi-Fi (for the actual higher-bandwidth video stream), even though no traditional Wi-Fi network connection is required — both radios simply need to be switched on for the underlying handshake to work.
The full requirement list: macOS Ventura (13) or later on the Mac, iOS 16 or later on the iPhone, both devices signed into the same Apple ID with two-factor authentication enabled, Bluetooth and Wi-Fi both on on both devices, and Handoff enabled (System Settings → General → AirDrop & Handoff on Mac; Settings → General → AirPlay & Handoff on iPhone). The iPhone should be unlocked, or at minimum not actively mid-authentication, and stay reasonably close and stationary — Apple designed the feature around a mounted, stable position rather than being held and moved around.
Step-by-Step Fixes for Missing iPhone Webcam Connection
Step 1: Confirm both devices use the same Apple ID
— Settings → [your name] on iPhone, System Settings → [your name] on Mac.
Step 2: Turn on Bluetooth and Wi-Fi on both devices
Even if you don't intend to use a traditional Wi-Fi network for anything else.
Step 3: Enable Handoff on both devices
In the locations noted above.
Step 4: Keep your iPhone within a few feet of your Mac
Unlocked, ideally propped up or mounted rather than in your pocket or moving around.
Step 5: In your video app, open its camera source menu and select your iPhone by name
— it should now appear as a normal available camera device. ↑ You can also confirm it works with the widget above.
Why So Many Conditions Are Required
Continuity Camera's requirement list looks long, but each condition exists for a real technical reason: the shared Apple ID and two-factor authentication confirm both devices genuinely belong to the same trusted user before any camera stream is allowed to flow between them, while Bluetooth and Wi-Fi together handle discovery and the actual video transport respectively. Understanding this is useful practically — it means the feature is not flaky by design, and a specific missing condition is almost always the real explanation when it doesn't work, rather than a random or unfixable glitch.
Still Not Showing Up?
If every requirement above checks out and the iPhone still won't appear, try toggling Bluetooth off and back on on both devices specifically — this forces a fresh discovery handshake, which resolves a meaningful share of otherwise-unexplained cases where every setting looks correct but the connection simply never initializes. Restarting both devices fully, rather than just the app you're trying to use the camera in, is the next reasonable step if that doesn't help, since Continuity Camera's discovery process runs at the system level rather than inside any individual app.
A Few More Things to Check on Mac
What are VDCAssistant and AppleCameraAssistant, and why do they matter for camera problems?
These are macOS’s own background processes for managing camera access — VDCAssistant coordinates the camera hardware itself, and AppleCameraAssistant works alongside it. If either one gets stuck, commonly after an app crashes without properly releasing the camera, every app can show the camera as unavailable until both are reset. Opening Terminal and running sudo killall VDCAssistant AppleCameraAssistant forces a clean restart of both, which resolves a large share of stuck-camera and black-screen issues that a simple app restart doesn’t fix.
What is UVCAssistant, and is it different from VDCAssistant?
On some macOS versions, Apple introduced UVCAssistant as an additional process specifically for USB Video Class (UVC) compliant external webcams — the standard most third-party USB cameras follow. If you’re using an external webcam rather than the built-in camera, and killing VDCAssistant alone doesn’t resolve a stuck camera, check Activity Monitor (View → All Processes) for UVCAssistant specifically and force-quit it the same way.
Does Apple Silicon (M1/M2/M3/M4) handle the camera differently than Intel Macs did?
Yes — Apple Silicon Macs route camera video through the chip’s own dedicated image signal processor rather than the path Intel Macs used, and the exact background processes involved can differ across specific Apple Silicon generations. If a fix written for an Intel Mac, or for a different chip generation, doesn’t fully apply on your machine, checking Activity Monitor’s actual running process list — rather than assuming a name from an older guide — is the most reliable way to identify what’s genuinely holding your camera.
If the camera works elsewhere but you’re not sure it’s actually fine, the online webcam test is a fast way to rule hardware in or out.