Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

turn off autoGainControl in webcams #91

Open
jywarren opened this issue Apr 16, 2019 · 1 comment
Open

turn off autoGainControl in webcams #91

jywarren opened this issue Apr 16, 2019 · 1 comment

Comments

@jywarren
Copy link
Member

https://w3c.github.io/mediacapture-main/getusermedia.html#media-track-constraints shows that at least the spec contains this!

It'd probably involve passing constraints like this:

{
    video: {
      autoGainControl: false
    }
  }
@sidntrivedi012
Copy link
Member

@jywarren Would like to work on this. Can you guide me about the file where this change should be made? I tried to find but couldn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants