Skip to content

Instantly share code, notes, and snippets.

@nickmomrik
Created January 3, 2017 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nickmomrik/ec2b3502bcd083e416aaa05004f02b22 to your computer and use it in GitHub Desktop.
Save nickmomrik/ec2b3502bcd083e416aaa05004f02b22 to your computer and use it in GitHub Desktop.
Reloads the Mac camera when not being recognized.
#!/bin/bash
sudo killall VDCAssistant;sudo killall AppleCameraAssistant
@nickmomrik
Copy link
Author

Also will need to set the execute permissions on the file...
chmod 744 reload-camera.command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment