issues
search
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
Implementing turning off camera and calling it on hidding camera
#155
Open
kamilhawdziejuk
opened
2 years ago
kamilhawdziejuk
commented
2 years ago
Fix issue
https://github.com/basst314/ngx-webcam/issues/142
implementing turning off camera (setting deviceId to null; showWebcam to false; and most importantly releasing resources by calling nextWebcam.complete() on a subject)
adding unit test
Fix issue https://github.com/basst314/ngx-webcam/issues/142