Issue metadata
Sign in to add a comment
|
Implement updates to HTML Media Capture spec |
||||||||||||||||||||||||
Issue descriptionThe latest version of the HTML Media Capture spec (https://www.w3.org/TR/html-media-capture/) specifies that a developer can give the |capture| attribute a value of "user" or "environment" to set a preference for which camera should be used when capturing an image. This is supported in the latest Safari.
,
Oct 23 2017
This was discussed in https://crbug.com/698853 and concluded there, PTAL and shout if surprised.
,
Oct 23 2017
To make sure I understand correctly: this is NOT implemented because Android doesn't really support it?
,
Oct 23 2017
#2: HTML Media Capture is only implemented for Android, so updating the code to match the spec would only makes sense if Android would support it, which it doesn't. rijubrata.bhaumik@intel.com would you like to comment further?
,
Oct 24 2017
#3: Yes. We are not propagating the String beyond Blink, as Android does not have support. Hopefully one day, Android guys will fix this: https://issuetracker.google.com/issues/36924444 mcasas@: The implementation is consistent with the spec. The spec considers this situation at: https://www.w3.org/TR/html-media-capture/#h-note1 |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by mscales@chromium.org
, Oct 9 2017