Issue metadata
Sign in to add a comment
|
[Depth Capture] videoKind is undefined for MediaTrackConstraintSet and MediaTrackSettings dictionaries
Reported by
leix1.w...@intel.com,
Jul 20 2017
|
||||||||||||||||||||||||
Issue descriptionUserAgent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36 Steps to reproduce the problem: 1. A depth camera is plugged into the PC 2. Access to https://01org.github.io/web-test-suite/chromium/mediacapture-depth/Mediacapture-depth_reflect-manual.https.html 3. When prompted, accept to share your video stream. What is the expected behavior? should get the attributes of MediaTrackConstraintSet and MediaTrackSettings dictionaries What went wrong? videoKind is undefined for MediaTrackConstraintSet and MediaTrackSettings dictionaries Did this work before? N/A Does this work in other browsers? N/A Chrome version: 61.0.3153.4 Channel: dev OS Version: 16.04 Flash Version: Shockwave Flash 26.0 r0
,
Jul 24 2017
,
Aug 2 2017
I'll put this in my queue. aleksandar.stojiljkovic@intel.com: feel free to take ownership of this bug.
,
Aug 8 2017
Back from vacation. Let me check it.
,
Aug 8 2017
https://www.w3.org/TR/mediacapture-depth/#extensions are still under experimental flag (this is the reason they are not used in the demos https://github.com/01org/depth-camera-web-demo) - they can be used only if enabling experimental feature by starting chrome as: chrome --enable-blink-features=MediaCaptureDepth I run the test with the command line option "--enable-blink-features=MediaCaptureDepth" supplied and all tests pass. Not marking this as WontFix because I'll work on promoting some of the extensions (as part of Issue 616098), starting with videoKind, out of the experimental flag but meanwhile we can run tests using "--enable-blink-features=MediaCaptureDepth".
,
Aug 23 2017
Hi, I try the command line option "--enable-blink-features=MediaCaptureDepth" on Linux. My results: Linux Chrome 62.0.3178.0 with uvc kernel module --> Pass Linux Chrome 62.0.3178.0 without uvc kernel module --> Fail Linux Chrome 62.0.3188.2 with uvc kernel module --> Fail Linux Chrome 62.0.3188.2 without uvc kernel module --> Fail
,
Aug 23 2017
If run on Chrome OS, how should I test with the command line option "--enable-blink-features=MediaCaptureDepth"? |
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by sandeepkumars@chromium.org
, Jul 21 2017