publiclab / spectral-workbench.js

The JavaScript heart of Spectral Workbench; a Public Lab project to record, manipulate, and analyze spectrometric data.
https://spectralworkbench.org
GNU General Public License v3.0
46 stars 35 forks source link

turn off autoGainControl in webcams #91

Open jywarren opened 5 years ago

jywarren commented 5 years ago

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 commented 5 years ago

@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.