Hello guys, anyone who has experienced 'tap to record or tap to take picture' with the camera control trigger. Seems that this doesn't work:
document.getElementById("view").addEventListener("click", function() {
context.drawImage(video, 0, 0, 640, 480);
Min-Sang Choi any idea? :)
6 Comments