[wpt-sync] Sync PR 42212 - [MediaCapture Extensions] Face framing constraints and settings
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox121 fixed)
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42212 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42212
Details from upstream follow.
Eero Häkkinen <eero.hakkinen@intel.com> wrote:
[MediaCapture Extensions] Face framing constraints and settings
This CL implements Media Capture and Streams Extensions automatic face
framing constraints and settings on the renderer side. On the media
capture video backend side, this CL sets the default automatic face
framing support to be not supported.Automatic face framing feature is behind a flag:
chrome --enable-blink-features=MediaCaptureCameraControlIntent to Prototype :
https://groups.google.com/a/chromium.org/g/blink-dev/c/LyQu9L_Iv58/m/o0Vbn1IrAAAJBug: 1458341
Change-Id: Ia0c96b30c23d874ccbb5265ad72fd8d03442dda6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4647334
Reviewed-by: Rijubrata Bhaumik \<rijubrata.bhaumik@intel.com>
Commit-Queue: Eero Hakkinen \<eero.hakkinen@intel.com>
Reviewed-by: Ilya Nikolaevskiy \<ilnik@chromium.org>
Reviewed-by: Matthew Denton \<mpdenton@chromium.org>
Reviewed-by: Guido Urdaneta \<guidou@chromium.org>
Reviewed-by: Vladimir Levin \<vmpstr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1210813}
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 4 subtests
Status Summary
Firefox
OK
: 1
FAIL
: 3
PRECONDITION_FAILED
: 1
Chrome
OK
: 1
PASS
: 1
PRECONDITION_FAILED
: 3
Safari
OK
: 1
PASS
: 1
PRECONDITION_FAILED
: 3
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /mediacapture-extensions/GUM-faceFraming.https.html [wpt.fyi]
- Test applyConstraints() with faceFraming:
FAIL
- Test applyConstraints() with faceFraming:
New Tests That Don't Pass
- /mediacapture-extensions/GUM-faceFraming.https.html [wpt.fyi]
- Test getSupportedConstraints().faceFraming:
PRECONDITION_FAILED
(Chrome:PRECONDITION_FAILED
, Safari:PRECONDITION_FAILED
) - Test getCapabilities().faceFraming:
FAIL
(Chrome:PRECONDITION_FAILED
, Safari:PRECONDITION_FAILED
) - Test getSettings().faceFraming:
FAIL
(Chrome:PRECONDITION_FAILED
, Safari:PRECONDITION_FAILED
) - Test applyConstraints() with faceFraming:
FAIL
(Chrome:PASS
, Safari:PASS
)
- Test getSupportedConstraints().faceFraming:
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/84aeee95710a
https://hg.mozilla.org/mozilla-central/rev/4012e7c1a084
Description
•