How to disable the built-in iSight Camera
March 26th, 2007 - Mac OS X, Tips & Tricks, How to
Most new consumer Macs come with a built-in iSight camera which can be used for all sorts of fun from video chatting in iChat, horsing around in Photo Booth, to third party apps like Gawker. Despite these fun and harmless uses, there are some security concerns with having a built-in camera particularly in academic and institutional settings, and because of this some System Administrators have taped covers over the iSight and even removed them from the machines entirely. Thankfully, there’s a much easier way to disable the built-in iSight camera, all you have to do is move a file.
Disabling the built-in iSight Camera
- First, we will create 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 - 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:
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) - That’s pretty much it, if you want to enable the iSight again, simply move the QuickTimeUSBVDCDIgitizer.component file back into the main QuickTime directory at /System/Library/QuickTime/
Now any program that attempts to access the iSight will be unable to, instead the user will get the familiar message that the iSight hardware is already in use by another program. If you’d rather avoid the command line, you can follow the same rough instructions above but using Command-Shift-G in the Finder to access the ‘Go’ command. The only downside to doing it through the Finder is that you can not create an ‘invisible’ directory to place the file in, so you’ll have to put the component elsewhere.
This tip is an elaboration on one found at Mac OS X Hints, which tells you to delete the QuickTimeUSBVDCDIgitizer.component file. Instead of deleting it, we’d rather relocate it elsewhere so you can easily enable the iSight again in the future.
Social bookmarks:
- del.icio.us | Digg it | Furl | ma.gnolia | Netscape | reddit | StumbleUpon | Yahoo MyWeb |
Comments:
Comments: 4
Comment from hmills
Time: March 26, 2007, 2:26 pm
I would imagine many schools would be pleased with this technique rather than pulling out the units camera hardware
Comment from Rsmail
Time: April 10, 2007, 8:40 am
Will this be reversed anytime a Quicktime update is installed?
Comment from rom
Time: January 27, 2008, 3:06 pm
latest quicktime update needed
Comment from Richard
Time: April 28, 2008, 8:37 am
I bought an external usb camera to use with my MacBook running Tiger (with all latest updates) because when I conference with friends or associates I am not always sitting directly in front of my computer (external keyboard).
I seem to have a conflict with the two cameras and want to disable the internal iSight cam.
However, the above instructions do not seem to apply to my MacBook.
There is no QuickTimeUSBVDCDIgitizer.component file anywhere I can find on my computer.
Any thoughts or comments on this?


Write a comment