Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -80,6 +80,7 @@ if (navigator.mediaDevices.getUserMedia){ | ... | @@ -80,6 +80,7 @@ if (navigator.mediaDevices.getUserMedia){ |
80 | setTimeout(processVideo, delay); | 80 | setTimeout(processVideo, delay); |
81 | } catch (err) { | 81 | } catch (err) { |
82 | utils.printError(err); | 82 | utils.printError(err); |
83 | + } | ||
83 | } | 84 | } |
84 | // schedule the first one. | 85 | // schedule the first one. |
85 | setTimeout(processVideo, 0); | 86 | setTimeout(processVideo, 0); | ... | ... |
-
Please register or login to post a comment