Open amirvenus opened 7 years ago
I have the same issue. Can someone help us with the code:
`reset: function() { // shutdown camera, reset to potentially attach again if (this.userMedia) { try { this.stream.stop(); } catch (e) {;} delete this.stream; delete this.video; }
this.container.innerHTML = '';
delete this.container;
this.loaded = false;
this.live = false;
},`
Hi, I am struggling to stop the webcam.. I have placed Webcam.reset() everywhere but it looks like it's being ignored all together