html5 - Capture video/image using user's webcam using GWT -
i developing project using gwt2.5 , need use user’s webcam capture images/video. how possible in gwt?
gwt 2.5 comes new library called elemental, thought wrapper of browser api. works chrome, in future support more browsers.
if confortable supporting in app chrome feature, can take this example. source code of demo in googlecode.
if wanted support other browsers, take elemental classes base , modify them match other browsers.
here video introducing elemental during google i/o 2012
Comments
Post a Comment