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:

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: