Skip to content

Instantly share code, notes, and snippets.

@karimkawambwa
Forked from eliotsykes/camfix .bashrc
Created August 23, 2018 17:11
Show Gist options
  • Save karimkawambwa/3f897ba50cb7582a350b8f0a74e1f446 to your computer and use it in GitHub Desktop.
Save karimkawambwa/3f897ba50cb7582a350b8f0a74e1f446 to your computer and use it in GitHub Desktop.
camfix - Terminal command to fix Mac OS X built-in webcam
#!/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