How to disable the built-in iSight Camera
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.

I would imagine many schools would be pleased with this technique rather than pulling out the units camera hardware
Will this be reversed anytime a Quicktime update is installed?
latest quicktime update needed
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?
There is a way to “hack” this if someone disabled it.
1. Find the QuickTimeUSBVDCDIgitizer.component file
1. Go to System >> Library >> Quicktime
2. Open that folder in terminal (cd)
3. do (ls -la) to see all files/folders that are hidden (and other ones too)
4. Once you find the file, open the containing folder (probably hidden folder)
2. Make a new directory here:
Home folder >> Library >> Quicktime
(mkdir -p ~/Library/Quicktime)
(it might already exist)
3. Copy the QuickTimeUSBVDCDIgitizer.component file there.
4. Open photo booth to check if it works.
5. You are done.
—–
This took me about 5 minutes to figure out and “hack”.
Thanks. great!
Quick it is cool. aNY
here are the instructions to take off the ISIGHT
Wow, you guys thought students are so dumb that they won’t go around searching for something to remove this hack? As far as I know, students are already circumventing surveillance on their computers, yet making sure the school tech dudes don’t notice anything (some create a for-remote-desktop desktop where all their school work is open complete with a seperate dock from their gaming/non-school desktop). Sure, the Apple remote desktop programme also log system activity, but preventing the non-school applications from the logging is not hard. Pretty sure students would be exchanging the iSight file around. By the way, creating another partition with its own Mac OS X installation is a matter of 40 minutes.
On the hand, that is one cool trick, enough to keep friends confused for several hours (assuming they did not read this article).
hello there i have followed these instructions to disable the isight camera. i have since tried to reinstall the files but the camera is still disabled and the mac doesn’t recognise any camera in the USB ports. any suggestions? is there something i can download and reinstall from?
Tried to enable iSight. Followed directions. File showed up correctly. Tried to run different apps that make use of the camera. Not one worked.
Doesn’t work on me… i remove the file and then i open photo booth and it’s still wotking
here’s a quick workaround for those of you who just want to use a USB webcam like a logitech. I had the same problem which I worked around by opening PhotoBooth and selecting the built in iSight camera, effectively tying it up so that the other application only found the logitech cam available and used it by default. no config at all… good luck.
QuickTimeUSBVDCDigitizer.component is note a file but a folder with subfolders:
0 drwxr-xr-x 8 root wheel 272 15 aoû 2009 ./
0 drwxr-xr-x 3 root wheel 102 24 sep 2007 ../
8 lrwxr-xr-x 1 root wheel 28 15 aoû 2009 CodeResources@ -> _CodeSignature/CodeResources
8 -rw-r–r– 1 root wheel 932 18 jui 2009 Info.plist
0 drwxr-xr-x 3 root wheel 102 15 aoû 2009 MacOS/
0 drwxr-xr-x 21 root wheel 714 15 aoû 2009 Resources/
0 drwxr-xr-x 3 root wheel 102 18 jui 2009 _CodeSignature/
8 -rw-r–r– 1 root wheel 456 18 jui 2009 version.plist
Why is there not a simple option to deactivate the cam.
Whats so difficult?
How to disable iSight in Lion?
to disable
sudo mv /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Resources/VDC.plugin/Contents/MacOS/VDC /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Resources/VDC.plugin/Contents/MacOS/_VDC
to activate
sudo mv /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Resources/_VDC.plugin/Contents/MacOS/VDC /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Resources/VDC.plugin/Contents/MacOS/VDC
to activate
sudo mv /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Resources/VDC.plugin/Contents/MacOS/_VDC /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Resources/VDC.plugin/Contents/MacOS/VDC
Lion iSight disable as cited above does not work. Taking out the whole CoreMediaIOServices.framework breaks too much.
removing CoreMediaIOServices.framework actually does not affect iChat at all it seems.