Abdelkarim Ouzzine
Results
2
comments of
Abdelkarim Ouzzine
I'm using this library for a mobile webapp but the camera freezes unless I constantly move the page around with my finger. How can I make sure that the camera...
@sthag Thanks! It worked! For people still struggling, just add `video.setAttribute('autoplay','');` under line 25, which would be under `var video = vidElem[0]; var canvas = canvasElem[0]; var context = canvas.getContext('2d');...