-
-
Save karimkawambwa/3f897ba50cb7582a350b8f0a74e1f446 to your computer and use it in GitHub Desktop.
camfix - Terminal command to fix Mac OS X built-in webcam
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Add to your .bashrc on Mac OSX, then run camfix in Terminal | |
| # if the Mac's built-in camera stops working. | |
| # Thanks to: http://osxdaily.com/2013/12/27/fix-there-is-no-connected-camera-error-mac/ | |
| alias camfix='sudo killall VDCAssistant; sudo killall AppleCameraAssistant' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment