All original content is created in Ukrainian. Not all content has been translated yet. Some posts may only be available in Ukrainian.Learn more

What to do if the webcam is not working on macOS?

This content has been automatically translated from Ukrainian.
In the last few years, I haven't encountered this problem on the new MacBook. But sometimes friends write to me who haven't updated macOS for years. So I made a note in Notes that I use as a snippet solution to this problem.
Usually, the webcam issue appears right before a call. So this bug is quite unpleasant. On my old MacBook Pro, I did the following:
I forcefully terminated the VDCAssistant and AppleCameraAssistant processes.
Open the terminal and kill the processes with the commands:
sudo killall VDCAssistant
and
sudo killall AppleCameraAssistant
You will need to enter your user password.
After that, you can refresh the Google Meets page or restart the Zoom app. The green light will turn on, and the camera will work.
Another standard method:
Turn off and turn on the computer. It's important - do not restart, but turn off and turn on (so that all processes start again).

This post doesn't have any additions from the author yet.

03 May 18:48

How to get a random logical value true or false in Ruby?

meme code
meme code@memecode
06 May 09:19

How to disable File Upload in the Trix editor?

meme code
meme code@memecode
10 May 17:40

How to use hex color codes in CSS with alpha values?

meme code
meme code@memecode
16 May 20:02

What is Origin in Git?

meme code
meme code@memecode
16 May 22:17

How to remove the space between inline and inline-block elements?

meme code
meme code@memecode
17 May 18:52

What is a loop in Javascript? How do for and while loops work in Javascript?

meme code
meme code@memecode