Microsoft Teams Mac OS client is not recognizing external cameras after updating to version 1.3.00.18164.

Anonymous
2020-07-24T04:03:58+00:00

Microsoft Teams Mac OS client stop recognizing external cameras (EOS Webcam utility, EpocCam, NDI client) after updating to version 1.3.00.18164; only MacBook Pro built-in camera is listed as available device.

※Update executed today (07/23) some hours ago.

Web app through browser (Edge) is OK, it kept external cameras listing and they work.

Does anybody had came across same issue after updating?

OS: macOS Catalina version 10.15.6

Microsoft Teams version: 1.3.00.18164

Microsoft Teams | Microsoft Teams for business | Teams for Mac

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2020-07-29T21:10:25+00:00

I had the exact same thing happen to me after updating to the latest version of teams.  However, I was able to come up with a solution that resolves the issue entirely.  It has to do with how Apple is starting to codesign specific apps to block 3rd party CoreMediaIO plugins.  If we remove that codesigning, then it will allow those 3rd party plugins to function again.

The fix is pretty simple.  First, completely exit out of Teams, then open Terminal and issue the following commands:

If you havent installed xcode previously, first run:

xcode-select --install

Then, run:

sudo codesign --remove-signature "/Applications/Microsoft Teams.app"

and:

sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper.app"

Once you've issued those commands, open up Teams.  It should ask you for an administrator password to allow the (now) unsigned application to access your keychain.  Once entering your password and selecting, "Always Allow", the issue should be resolved. (At least until the next update to teams is released).

*****UPDATE*****

As of version 1.3.00.28778 the process has changed and the above workaround is no longer valid.  In order to get this fix working on the latest version of Teams, additional commands will need to be entered.  Keep in mind, these commands are relative to where you have Teams installed, so if it is in a different location, you'll need to adjust the file path accordingly.  So as it stands currently here are all of the commands (must be entered one by one and not pasted in one big block) that will need to be entered:

xcode-select --install (only if you haven't already)

sudo codesign --remove-signature "/Applications/Microsoft Teams.app"

sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper.app"

sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (GPU).app"

sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Plugin).app"

sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Renderer).app"

******UPDATE #2******

I totally forgot about this thread and decided to take a look at it again. From the latest comments, it looks like a lot of you are already aware that this issue has officially officially fixed by Microsoft as of version 1.4.00.8872, so this workaround should no longer be required as long as you are up to date.

Source: https://docs.microsoft.com/en-us/microsoftteams/troubleshoot/teams-on-mac/virtual-camera-doesnt-work-macos

Was this answer helpful?

900+ people found this answer helpful.
0 comments No comments

206 additional answers

Sort by: Newest
  1. Anonymous
    2021-05-26T00:46:29+00:00

    I tested with Microsoft Teams 1.4.00.8872 and only the last command was needed, i.e.

    sudo codesign --remove-signature "/Applications/Microsoft Teams.app/Contents/Frameworks/Microsoft Teams Helper (Renderer).app"

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2021-05-25T07:33:15+00:00

    Dringende Hilfe: habe aktuellste Version von Teams drauf, aber mein Bild wird dennoch nicht an die Teilnehmer übertragen (mittels virt. Cam. über OBS - Mac). Was mach ich falsch? Muss ich die sudo-Befehle eingeben? Virtuelle Kamera wird erkannt und mein Bild auch in der Vorschau angezeigt, aber eben nicht an die Teilnehmer. Habe jetzt Meeting und stehe vor einem Green-Screen ;-(

    Gruß,

    Konstantin

    Which version do you consider the latest? For me, 1.4.00.11161 solves, amongst others, exactly that Problem. I opened a new thread for the problem you described: https://answers.microsoft.com/en-us/msteams/forum/msteams_tfb-msteams_tfmac/problems-with-virtual-cams-introduced-in-teams-for/d2b408e5-755f-4913-949d-f3dca3ef3862 For me, it started with 1.4.00.7175, was still existent in 1.4.00.8872 and vanished with 1.4.00.11161. If it is still present in 1.4.00.11161, please use that thread as it seems to be its own problem.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2021-05-25T06:33:48+00:00

    Dringende Hilfe: habe aktuellste Version von Teams drauf, aber mein Bild wird dennoch nicht an die Teilnehmer übertragen (mittels virt. Cam. über OBS - Mac). Was mach ich falsch? Muss ich die sudo-Befehle eingeben? Virtuelle Kamera wird erkannt und mein Bild auch in der Vorschau angezeigt, aber eben nicht an die Teilnehmer. Habe jetzt Meeting und stehe vor einem Green-Screen ;-(

    Gruß,

    Konstantin

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2021-05-21T14:26:51+00:00

    you were right about spamming the update button, it's finally come through without having to directly install that link

    conclusion: take "latest update" with a pinch of salt

    cheers for the help

    Was this answer helpful?

    0 comments No comments