OSX Snippets: iSight disable and restore

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

Tags:
permalinkRead More CommentComments (0) Catosx, snippet

Leave a Reply

You must be logged in to post a comment.