ngx-webcam
ngx-webcam copied to clipboard
Camera Not Working on Samsung Phone
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.
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?