You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, Webcam showing blank screen in real samsung mobiles (s22,23,24) devices, when try to replicate this in emulators working fine
Can you please suggest me for any idea on this.
// Not specify any width and height. they fit into the screen.
const videoConstraints = [ facingMode: "environment",]
Hi, Webcam showing blank screen in real samsung mobiles (s22,23,24) devices, when try to replicate this in emulators working fine
Can you please suggest me for any idea on this.
// Not specify any width and height. they fit into the screen.
const videoConstraints = [ facingMode: "environment",]
const capture = React.useCallback(() => {
const imageSrc = videoElement.current.getScreenshot();
return imageSrc;
}, [videoElement]);
Issue:
The text was updated successfully, but these errors were encountered: