OSX Snippets: iSight disable and restore
admin on October 22nd, 2007
Found some code snippets for OS X the other day, heres one about the iSight.
To disable built-in iSight:
sudo chmod a-rx /System/Library/QuickTime/QuickTime\
USBVDCDigitizer.component/Con
tents/MacOS/QuickTimeUSBVDCDigitizer
and to restore:
sudo chmod a+rx /System/Library/QuickTime/QuickTime\
USBVDCDigitizer.component/Con
tents/MacOS/QuickTimeUSBVDCDigitizer
















