New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 816979 link

Starred by 2 users

Issue metadata

Status: Started
Owner:
Last visit > 30 days ago
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Windows
Pri: 3
Type: Bug



Sign in to add a comment

RealSense F200: "deviceId": "default" constraint results with depth instead of RGB camera

Project Member Reported by aleksand...@intel.com, Feb 27 2018

Issue description

Windows laptop with integrated F200.
Consumer report copied from https://crbug.com/807293#c8 (Issue 807293):

We saw an issue with this in the wild at Confrere. User has a Windows laptop with the F200 Depth camera, which is for some reason chosen by default with the following constraints:

{
 "video": {
  "deviceId": "default",
  "height": 720,
  "width": 1280
 },
 "audio": {
  "deviceId": "default"
 }
}

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 Safari/537.36

Error is NotReadableError.

It's very bad to begin with that the depth camera is selected by default, the RGB camera should probably be default. We are going to work around this issue by listening for NotReadableError, fetching available devices from enumerateDevices and testing the next available camera for now (we have camera selector, so this should be fine).

Going to control panel and selecting a different default camera in the settings (RGB F200) works without issue.

See also attached files. One is an rtcstats dump open it with: https://fippo.github.io/webrtc-dump-importer/rtcstats

Other file is the output of chrome://media-internals. Unfortunately we don't have physical access to the machine for further testing at this point, but we have resolved this issue with the customer.


 
Summary: RealSense F200: "deviceId": "default" constraint results with depth instead of RGB camera (was: RealSense F200: "deviceId": "default" constraints results with depth instead of RGB camera )
Components: Blink>GetUserMedia>Webcam Internals>Media>Capture

Sign in to add a comment