robert_m
New Member
Hi, I'm following these steps to get the virtual cam working. Is it necessary to reboot after step 4, and then do step 5 before using the virtual cam?
Microsoft Teams
To get the Mac virtual camera to work on Microsoft Teams:
If step four doesn't allow the virtual camera to work on Microsoft Teams after restarting your Mac, try using the following like you did with step four and see if that allows it to work
- Open the Terminal app which can be found in Launchpad on every Mac.
- Paste into the terminal
Xcode-select --install- Put in your password. NOTE: you will not see the password being put in, but it will be registering it.
- Once the previous step finishes installing, paste the following command into the terminal app and then input your password again
sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Renderer).app"- Now, re-sign the application.
sudo codesign --sign - "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Renderer).app"
- sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper.app" and if it still does not work, you can try
- sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (GPU).app" and if it still does not work you can try
- sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (plugin).app"