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

Camera Not Working on Samsung Phone #179

Open
swatisinha-mis opened this issue Nov 21, 2023 · 1 comment
Open

Camera Not Working on Samsung Phone #179

swatisinha-mis opened this issue Nov 21, 2023 · 1 comment

Comments

@swatisinha-mis
Copy link

Hi @basst314,

In my angular web application, and also when trying the link, the cameras will just give a black screen on Samsung Mobile devices.

Under messages in the live demo, it only says:
{ "messages": "Could not start video source", "mediaStreamError": {} }

I am using following version mentioned below:

Android version 11.
Angular Version 14.2.0.
ngx-webcam Version 0.4.1

I have tested with both Firefox and Chrome browser.

@Aishvarya0510
Copy link

I passed the highest resolution
video: {
width: { ideal: 4096 },
height: { ideal: 2160},
facingMode: 'environment',
aspectRatio: 16 / 9,
},

   Stream is available, video tracks are available, but it shows no error. 
   NO CAMERA PREVIEW is available.
   I have got the latest version of this library.
   can u tell me any debugging options?

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

2 participants