Camera Not Working iMac or MacBook

If you’ve been searching how to enable the iSight camera on your Mac but haven’t been able to find anything helpful that’s because the built-in iSight camera doesn’t have an on/off switch — neither physical nor software. The camera is activated by apps which use the iSight camera; think FaceTime, GoToMeeting, Zoom, etc.

How to Force the iSight Camera to Activate

Mac cameras activate automatically. However, the automatic activation process sometimes fails. This leaves you wondering how to turn it on.

To turn on the FaceTime camera on your Mac follow these instructions:
1. Open Terminal from Applications > Utilities.

2. Click inside the terminal window and type:

sudo killall VDCAssistant

3. Hit Enter on your keyboard. You may be prompted for your password. If so, enter the password and hit Enter again. You won’t see any confirmation message (unless something was typed incorrectly).

4. Open any app that uses the camera (FaceTime, Photo Booth, Zoom, etc) and your camera will turn on.

Disabling Completely the iSight Camera

Keep in mind that no apps will be able to use the hardware camera at all once these steps are completed. Of course you can undo them at any time.

1. Let’s start by creating a relatively hidden backup folder for the file. If you don’t want the folder hidden from the GUI, just remove the “.” in front of the directory name. Launch the Terminal and type the following command:

mkdir /System/Library/QuickTime/.iSightBackup

2. Next, we will move the QuickTime component that allows the iSight to be accessed into the backup directory we just created. Type the following command:

sudo mv /System/Library/QuickTime/QuickTimeUSBVDCDIgitizer.component /System/Library/QuickTime/.iSightBackup/

(In case it’s not clear, there is a space between the two directory paths).

3. Reboot the Mac (a reboot is required to unload the component).

4. That’s pretty much it. If you want to enable the iSight camera again, simply move the “QuickTimeUSBVDCDIgitizer.component” file back into the main QuickTime directory (/System/Library/QuickTime/).

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.