Created
June 3, 2021 08:25
-
-
Save arifwn/0b8cc732eceff1a41d398fdb3de3d3c4 to your computer and use it in GitHub Desktop.
Release Webcam on MacOS
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/sh | |
# sometimes an app will fails to acquire camera for some unknown reason. | |
# this will release the camera from whatever hogging them in the first place | |
sudo killall VDCAssistant | |
sudo killall AppleCameraAssistant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment