Capturing video / image using user webcam using GWT

I am developing a project using GWT2.5 and I need to use the Users webcam to capture image / video. How is this possible in GWT?

+5
source share
2 answers

GWT 2.5 comes with a new library called Elemental , which is considered the shell of the browser API. It just works with chrome, but in the future it may support more browsers.

If you support Chrome support in this feature, you can take a look at this example . The source code for the demo is in googlecode .

, .

- Google 2012

+5

A API GWT - . API GWT jpegcam JavaScript-.

, .

0

All Articles