7

I'm using a Windows (Win11) laptop with a builtin camera in video conferences (Google Meet, Zoom, ...). In front of my laptop there is a keyboard and my distance to the camera lens is about 60cm (23 inch).

I like to focus on my head instead of my head / chest / background.

How can I make my camera zoom on my head? The can be done static, it is not required that this is dynamic, i.e. following head movement ist not required.

I tried zoom's background blur feature but this is app specific. It would be better to have this as a builtin features of the Microsoft Windows operating system. Or did I miss something and it's already available?

EDIT: What I have done so far:

UPDATE 5/2023

  • Microsoft Teams seems to have a zoom mode. However there are no UI elements zu zoom in/out, but with STRG-"+" and STRG-"-" a remote shared screen can be zoomed
  • Webex provides zooming of a shared screen with a + and a - button
  • But still there is no camera focus / zoom feature in any system

Hey, Microsoft! Why not integrate such a feature in Win11+?

2
  • Nobody with a recommendation or a comment here?
    – WeSee
    Commented Jan 25, 2022 at 9:25
  • Did you do any research yourself? Even if you didn't find anything on the web using terms like "zoom camera webcam" that's useful to include in your question (with an edit). Commented Jan 25, 2022 at 10:51

3 Answers 3

5

Your best bet without sacrificing quality (webcams are already bad enough!) is to use a laptop stand. It will typically raise the webcam to eye level. This has another nice side effect: It will improve ergonomics of your setup. You will not be able to use the laptop keyboard anymore though.

If you don’t want that, you could use OBS Studio, software targeted at streamers. Instead of streaming to Twitch or whatever, OBS can also present its output as a virtual webcam. Other software would then be able to use that webcam like any other (except there’s compatibility problems, so ymmv).

In OBS Studio, you can place your original webcam as a video source. You can crop and position the video input as required:

edit transform dialog

To do this, select “Edit Transform” from the “Transform” menu after right clicking an object in the scene.

OBS Studio may introduce additional delay. It also requires non-trivial processing power to do its thing, in addition to the processing power your conference software requires.

1
  • Thanks for your input. But since cameras a essential for todays computer interactions (business and private) isn't it curious that microsoft does not provide any builtin features to optimize camera experiences? E.g. I'd like to have blurred backgrounds in any video conference tool and not depending on the tool. @microsoft: please help :-)
    – WeSee
    Commented Jan 16, 2023 at 10:46
5

For more advanced settings I found this link helpful. Allows you to adjust zoom, pan and tilt settings if the device supports it. https://www.addictivetips.com/windows-tips/access-advanced-settings-for-the-integrated-webcam-on-windows-10/

I have a Lenovo laptop with an "Integrated Camera" and was able to tighten the camera on my head using the settings below.

In summary:

  1. Install ffmpeg

  2. Get the device name of your camera using:

ffmpeg -list_devices true -f dshow -i dummy -hide_banner

  1. Open the advanced settings of the camera, assuming a device name "My Camera":

ffmpeg -f dshow -show_video_device_dialog true -i video="My Camera"

  1. In the advanced settings you can adjust the zoom level, as well as pan, tilt and other properties.

You can use any camera preview (Windows Settings > Camera > Integrated Camera) to see the changes as you adjust the settings.

DialogBox 0001 Properties\Camera Control\Zoom, Pan, Tilt

1

Consider purchase of clip-on lenses for your webcam. (Example.) They still fulfill your requirement of using your current webcam and they come in front of your existing webcam helping you to achieve desired effect using standard optical way. They were designed for laptop users with requirements similar to yours.

For more guidance, you can post at Hardware Recommendations SE site.

3
  • no, please. video conferencing tool have plenty of setting (e.g. blur, add gimmicks, backgrounds,...) but the operating system or video drivers do not provide any basic video settings (e.g. flipping left/right, zooming, ...)? what's the reason for that?
    – WeSee
    Commented Aug 29, 2023 at 9:47
  • @WeSee – The reason is easy: the built-in camera is only a basic beginner's tool. It was not designed for professional use. Its physical dimensions do not allow any lens nor sensor with good parameters. For professional use, users are expected to purchase corresponding camera which allows wide range of physical sizes, image qualities, software driver features, etc. etc. How do you expect a zoom from a basic webcam? By doubling its pixels and sending the pixelated image? If you want to zoom with such a basic device without such distortion, only optical lens are a way to achieve that.
    – miroxlav
    Commented Aug 30, 2023 at 8:10
  • @WeSee – Also having a drivers for buillt-in webcam can be slightly an overshoot. I could see a €2.6k Lenovo laptop which already has a webcam driver, and it allows only exposure and brightness setting – no further image manipulation. So this is where you are even with more expensive computers. Therefore, my answer stands – it is OK to keep using the current camera, but do not expect inevitable presence of software drivers or anything advanced there. If you won't find a 3-rd party image pre-processors, you can control the zoom only by physical means.
    – miroxlav
    Commented Aug 30, 2023 at 8:27

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .