Weekly github digest (Media Capture Task Force specifications)

Issues
------
* w3c/mediacapture-main (+1/-1/💬6)
  1 issues created:
  - Move permissions algorithms back to getUserMedia spec (by alvestrand)
    https://github.com/w3c/mediacapture-main/issues/439

  1 issues closed:
  - Implementation Suggestions section needs review https://github.com/w3c/mediacapture-main/issues/428

  4 issues received 6 new comments:
  - #384 Should we use [EnforceRange] on min/max in constraints? (2 by dontcallmedom, jan-ivar)
    https://github.com/w3c/mediacapture-main/issues/384
  - #438 What does it mean that the argument to applyConstraints() is optional (2 by adam-be)
    https://github.com/w3c/mediacapture-main/issues/438
  - #434 Disable user media by default in cross-origin iframes (1 by stefhak)
    https://github.com/w3c/mediacapture-main/issues/434
  - #428 Implementation Suggestions section needs review (1 by stefhak)
    https://github.com/w3c/mediacapture-main/issues/428

* w3c/mediacapture-image (+2/-5/💬30)
  2 issues created:
  - getCapabilities needs to be async (by beaufortfrancois)
    https://github.com/w3c/mediacapture-image/issues/169
  - Current settings are not exposed (by mounirlamouri)
    https://github.com/w3c/mediacapture-image/issues/167

  5 issues closed:
  - Use DOMPoint instead of Point2D? https://github.com/w3c/mediacapture-image/issues/145
  - Separate getPhotoCapabilities from getSettings https://github.com/w3c/mediacapture-image/issues/123
  - redEyeReduction as a sequence<boolean> is strange https://github.com/w3c/mediacapture-image/issues/156
  - Rename mediaSettingsRange "current" to "value" https://github.com/w3c/mediacapture-image/issues/106
  - PhotoCapabilities.fillLightMode should be a sequence of supported FillLightModes https://github.com/w3c/mediacapture-image/issues/163

  11 issues received 30 new comments:
  - #88 Rename takePhoto method (6 by mounirlamouri, beaufortfrancois, shwetank, miguelao, foolip)
    https://github.com/w3c/mediacapture-image/issues/88
  - #162 Provide way to get / set captured image format (4 by miguelao, alexshalamov)
    https://github.com/w3c/mediacapture-image/issues/162
  - #156 redEyeReduction as a sequence<boolean> is strange (4 by jan-ivar, miguelao)
    https://github.com/w3c/mediacapture-image/issues/156
  - #142 Use partial MediaStreamTrack instead of separate ImageCapture interface (3 by mounirlamouri, jan-ivar, miguelao)
    https://github.com/w3c/mediacapture-image/issues/142
  - #157 Provide a way to map POI to particular camera option (WB, AE, Focus) (3 by miguelao, alexshalamov)
    https://github.com/w3c/mediacapture-image/issues/157
  - #106 Rename mediaSettingsRange "current" to "value" (3 by beaufortfrancois, miguelao)
    https://github.com/w3c/mediacapture-image/issues/106
  - #167 Current settings are not exposed (2 by miguelao, alvestrand)
    https://github.com/w3c/mediacapture-image/issues/167
  - #169 getCapabilities needs to be async (2 by miguelao, alvestrand)
    https://github.com/w3c/mediacapture-image/issues/169
  - #163 PhotoCapabilities.fillLightMode should be a sequence of supported FillLightModes (1 by miguelao)
    https://github.com/w3c/mediacapture-image/issues/163
  - #145 Use DOMPoint instead of Point2D? (1 by miguelao)
    https://github.com/w3c/mediacapture-image/issues/145
  - #123 Separate getPhotoCapabilities from getSettings (1 by miguelao)
    https://github.com/w3c/mediacapture-image/issues/123

* w3c/mediacapture-output (+0/-0/💬1)
  1 issues received 1 new comments:
  - #63 Controlling 3rd party iframe audio output on a page? (1 by alvestrand)
    https://github.com/w3c/mediacapture-output/issues/63



Pull requests
-------------
* w3c/mediacapture-main (+1/-0/💬1)
  1 pull requests submitted:
  - Replacing 'allowusermedia' with policy 'feature's 'camera' and 'microphone'. (by stefhak)
    https://github.com/w3c/mediacapture-main/pull/440

  1 pull requests received 1 new comments:
  - #440 Replacing 'allowusermedia' with policy 'feature's 'camera' and 'microphone'. (1 by raymeskhoury)
    https://github.com/w3c/mediacapture-main/pull/440

* w3c/mediacapture-record (+1/-1/💬0)
  1 pull requests submitted:
  - Added TR link to bikeshed header (by miguelao)
    https://github.com/w3c/mediacapture-record/pull/120

  1 pull requests merged:
  - Added TR link to bikeshed header
    https://github.com/w3c/mediacapture-record/pull/120

* w3c/mediacapture-image (+5/-6/💬3)
  5 pull requests submitted:
  - Add TR link to Bikeshed header (by miguelao)
    https://github.com/w3c/mediacapture-image/pull/171
  - Corrected/updated example 1 (#148) (by miguelao)
    https://github.com/w3c/mediacapture-image/pull/170
  - Update implementation status (#166) (by miguelao)
    https://github.com/w3c/mediacapture-image/pull/168
  - Update implementation status (by miguelao)
    https://github.com/w3c/mediacapture-image/pull/166
  - Introduce enum RedEyeReduction and use it in PhotoCapabilities (by miguelao)
    https://github.com/w3c/mediacapture-image/pull/165

  6 pull requests merged:
  - Add TR link to Bikeshed header
    https://github.com/w3c/mediacapture-image/pull/171
  - Corrected/updated example 1 (#148)
    https://github.com/w3c/mediacapture-image/pull/170
  - Update implementation status (#166)
    https://github.com/w3c/mediacapture-image/pull/168
  - Update implementation status
    https://github.com/w3c/mediacapture-image/pull/166
  - Introduce enum RedEyeReduction and use it in PhotoCapabilities
    https://github.com/w3c/mediacapture-image/pull/165
  - Made PhotoCapabilities.fillLightMode a sequence<FillLightMode>...
    https://github.com/w3c/mediacapture-image/pull/164

  3 pull requests received 3 new comments:
  - #164 Made PhotoCapabilities.fillLightMode a sequence<FillLightMode>... (1 by miguelao)
    https://github.com/w3c/mediacapture-image/pull/164
  - #165 Introduce enum RedEyeReduction and use it in PhotoCapabilities (1 by miguelao)
    https://github.com/w3c/mediacapture-image/pull/165
  - #170 Corrected/updated example 1 (#148) (1 by miguelao)
    https://github.com/w3c/mediacapture-image/pull/170


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/mediacapture-main
* https://github.com/w3c/mediacapture-record
* https://github.com/w3c/mediacapture-image
* https://github.com/w3c/mediacapture-depth
* https://github.com/w3c/mediacapture-fromelement
* https://github.com/w3c/mediacapture-output
* https://github.com/w3c/mediacapture-screen-share

Received on Tuesday, 4 April 2017 17:01:33 UTC