Skip to content

Instantly share code, notes, and snippets.

@arifwn
Created June 3, 2021 08:25
Show Gist options
  • Save arifwn/0b8cc732eceff1a41d398fdb3de3d3c4 to your computer and use it in GitHub Desktop.
Save arifwn/0b8cc732eceff1a41d398fdb3de3d3c4 to your computer and use it in GitHub Desktop.
Release Webcam on MacOS
#!/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