basst314 / ngx-webcam

A simple Angular webcam component / pure & minimal, no flash-fallback
https://basst314.github.io/ngx-webcam/?
MIT License
231 stars 104 forks source link

Fix Issue 142 #153

Closed Peyronon-Arno closed 8 months ago

Peyronon-Arno commented 2 years ago

Fix issue #142 There is a glitch with the handling of the camera. If we double click quick enought, it is possible the camera is still on, even if it is should be off (showWebcam = false).

kamilhawdziejuk commented 2 years ago

Unfortunately I would say a 'no go' to this change. After applying to the module in my case I am not getting the camera rendering anything at first load...and getting this exception: "Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause()"