- From: Dominique Hazael-Massieux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Mar 2010 10:13:27 +0000
- To: public-dap-commits@w3.org
Update of /sources/public/2009/dap/camera In directory hutz:/tmp/cvs-serv16634 Modified Files: Overview.html Log Message: populating blob value Index: Overview.html =================================================================== RCS file: /sources/public/2009/dap/camera/Overview.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- Overview.html 17 Mar 2010 10:10:17 -0000 1.41 +++ Overview.html 17 Mar 2010 10:13:25 -0000 1.42 @@ -353,6 +353,7 @@ function setupVideo (vf) { document.getElementById("my-video").src = vf.URL; var bb = new BlobBuilder(); + blob = bb.getBlob(); document.getElementById("start").onclick = function () { vf.startCapture(bb.getBlob()); } document.getElementById("stop").onclick = function () { vf.stopCapture(); } }
Received on Wednesday, 17 March 2010 10:13:29 UTC