ngx-webcam icon indicating copy to clipboard operation
ngx-webcam copied to clipboard

Camera Not Working on Samsung Phone

Open swatisinha-mis opened this issue 1 year ago • 1 comments

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.

swatisinha-mis avatar Nov 21 '23 12:11 swatisinha-mis

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?

Aishvarya0510 avatar Mar 04 '24 07:03 Aishvarya0510