Apparently, the tag is not part of the HTML5 spec, and therefore there is no currently standard way to access webcams from a browser. You might be able to get away with using the JavaScript API navigator.getUserMedia(...), but that isn't supported by any browsers, either
You can read up on this here: Which web browsers support the HTML5 tag?