Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webcam showing blank screen in samsung mobiles (s22,23,24) devices #412

Open
missionlop opened this issue Feb 12, 2025 · 0 comments
Open

Comments

@missionlop
Copy link

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:

Image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant