Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Mar 2023 11:26:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        chromium@FreeBSD.org
Subject:   [Bug 268725] www/chromium: webcam device not detected
Message-ID:  <bug-268725-28929-GLL0iauj0R@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-268725-28929@https.bugs.freebsd.org/bugzilla/>
References:  <bug-268725-28929@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268725

--- Comment #4 from Marcin Cie=C5=9Blak <saper@saper.info> ---
Also tried the following from the developer console of where Teams were ope=
n:

function gotMedia(mediaStream) {
    const mediaStreamTrack =3D mediaStream.getVideoTracks()[0];
    const imageCapture =3D new ImageCapture(mediaStreamTrack);
    console.log(imageCapture);
}
navigator.mediaDevices.getUserMedia({video: true})
    .then(gotMedia)
    .catch(error =3D> console.error('getUserMedia() error:', error));
Promise=C2=A0{<pending>}

ImageCapture=C2=A0{track: MediaStreamTrack}
track: MediaStreamTrackcontent
Hint: ""enabled:=20
trueid: "25b1e53b-e0ca-4315-883d-04c315c0a44e"
kind: "video"
label: ""
muted: false
oncapturehandlechange: null
onended: null
onmute: null
onunmute: null
readyState: "live"

(plus some object prototypes)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-268725-28929-GLL0iauj0R>