
Miguel Oliviera - 2016-03-10 11:45:07
Dear Sir,
I'm testing your package for webcam support, although when i try to stop camera, stop method returns an error:
Uncaught TypeError: videoStream.stop is not a function
at webcam.js:
stop = function(){
if (videoStream){
videoStream.stop();
element.pause();
videoStream = null;
element.src='';
}
Is there something missing? thanks in advcance,
miguel