Skip to content

turn off autoGainControl in webcams #91

Open
@jywarren

Description

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
    }
  }

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions