New Teams: Camera Settings Gone

Anonymous
2023-09-26T12:45:22+00:00

Hello

Under Teams Classic - there used to be a number of camera settings under Settings > Devices > Camera such as Zoom/Pan/Tilt. Those settings no longer appear, to my knowledge, in New Teams. Am I missing something or did this feature not carry over?

Also, the webcam I am using, a Poly P5, has local software installed but those zoom/pan/tilt settings have never carried over to Teams (Classic or New).

Any advice? Did this feature disappear forever or am I missing where it is?

Teams User

Microsoft Teams | Microsoft Teams for business | Meetings and calls | Audio and video

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

118 answers

Sort by: Oldest
  1. Anonymous
    2023-12-23T06:22:45+00:00

    <QUOTE>

    Thank you for the tip, but when I extracted the ffmpeg file, at first I could not find the .exe file but then took a closer look and I had downloaded the code instead. I have now found the correct .exe file.

    I tried to write a bat file, but I don't think I got it quite right.

    @echo off

    cd "C:\Users\OneDrive - Adobe\Documents\LAP\ffmpeg files\ffmpeg-master-latest-win64-gpl\bin>ffmpeg -f dshow -show_video_device_dialog true -i video="Logitech Webcam C925e""

    pause

    Is this the correct way? Any guidance from you guys on how to correct this bat file would be very helpful!

    <\QUOTE>

    This is what mine looks like:

    cd "D:\Programs\ffmpeg-N-112848-g2020ef9770-win64-gpl\bin"
    ffmpeg -f dshow -show_video_device_dialog true -i video="NexiGo N930AF FHD Webcam"

    Here's what worked for me. Put the following in a text editor:

    cd "Full\Path\to\ffmpeg\bin\folder"
    .\ffmpeg -f dshow -show_video_device_dialog true -i video="Camera Name"
    

    Camera Name is literally what's listed as the camera's name in Windows Settings -> Devices. Save the file with a .bat extension, then double-click it to run it.

    Note that, as I understand it, you'll have to create a different .bat file for each camera you intend to use.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-01-05T07:58:36+00:00

    Same issue for me - we use the Yealink UVC30 4k cameras and they consistently default back to a wide FOV - in the "classic Teams" you could adjust pan/tilt/zoom - now there is nothing.

    Did anyone actually get to the bottom of why this has been removed in "new Teams"?

    Mark

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-01-05T09:22:04+00:00

    Interestingly - as well as the Yealink UVC30 I also have a Microsoft Lifecam Studio - which you now cannot adjust through Windows App (as there is not one) OR Teams !

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2024-01-05T21:13:35+00:00

    Same issue for me - we use the Yealink UVC30 4k cameras and they consistently default back to a wide FOV - in the "classic Teams" you could adjust pan/tilt/zoom - now there is nothing.

    Did anyone actually get to the bottom of why this has been removed in "new Teams"?

    Mark

    I work for an S&P500 M365 customer. After reporting, I was told that Microsoft's engineers are aware of it and looking into fixing it.

    As for why the feature was removed, my guess is since it's an ffmpeg feature there may have been licensing or packaging challenge. 1 of the major reasons for new Teams was a lighter client, and I suppose shipping the entire ffmpeg library - if that's what they did previously - wasn't in line with that.

    If you're an IT admin you might be able to push ffmpeg and a matching .bat file to users who want the feature back, and then possibly remove it after the feature has been reinstated.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2024-01-11T14:59:00+00:00

    Thanks for the information. I am currently using old teams because I really do need to have zoom feature, and I like the exposure/brightness etc control as well. I can't install FFMPEG or have that done for me with my org, as its more locked down, so I really do benefit a lot from the device settings options. Well, not just benefit, but frankly *need* given my office space, and the way it helps me to be much more professionally presented with more control.

    Was this answer helpful?

    3 people found this answer helpful.
    0 comments No comments