Solution - Webcam not working on WVD



A bug in Teams for the WVD Azure environment prevents the camera from working. The camera works in the Operating System, but when you open Teams, it is not redirected and does not work.

So far Microsoft does not have a solution, the Teams team of engineers are working on a solution with a date set for the end of next week (05/02/2021).

As a workaround, you can create a file in the% appdata% of users to force redirection of the Webcam.

Manual bypass solution

1. Copy the script below and paste into the notepad

REM by DicasQueFunfa
REM 
REM ******************************
echo.
echo Corrigi um bug no Teams para ambiente do WVD Azure
REM Finaliza o Teams se tiver em execução
taskkill /im teams.exe /f
cls
REM Cria a parametrização de correção pra forçar o reconhecimento da Web Cam no Teams
REM persistent.conf COM O VALOR: {"RtmCodecsConfig":{"CapturerApiForce":"1"}}
echo {"RtmCodecsConfig":{"CapturerApiForce":"1"}} > %appdata%\Microsoft\Teams\SkypeRT\persistent.conf
cls
echo Correção finalizada.
echo.
echo Pode abrir o Teams e fazer o teste na Webcam
pause

2. Save as Fix_Web_Cam_Teams_WVD.cmd and execute


Automated solution

This solution is applied to all users who use Teams on the computer

Comentários

Postagens mais visitadas deste blog

Como criar usuário pelo CMD no Windows?

Falha ao conectar a um serviço do Windows, não foi possível conectar o Windows ao serviço Cliente da Diretiva de Grupo

Erro 1920. O serviço 'Office Software Protection Plataform' (osppsvc) não pôde ser iniciado. Verifique se você tem privilégios suficientes para iniciar os serviços do sistema